mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-05 04:48:02 +00:00
Fix wrong config version
This commit is contained in:
parent
1c36aa5418
commit
2eb7f3cf9d
@ -23,7 +23,7 @@ import java.util.Locale;
|
|||||||
|
|
||||||
public interface LangConfigLoader extends GenericConfigLoader {
|
public interface LangConfigLoader extends GenericConfigLoader {
|
||||||
|
|
||||||
int CONFIG_VERSION = 1;
|
int CONFIG_VERSION = 2;
|
||||||
|
|
||||||
default void loadLangConfig(RedisBungeePlugin<?> plugin, Path dataFolder) throws IOException {
|
default void loadLangConfig(RedisBungeePlugin<?> plugin, Path dataFolder) throws IOException {
|
||||||
Path configFile = createConfigFile(dataFolder, "lang.yml", "lang.yml");
|
Path configFile = createConfigFile(dataFolder, "lang.yml", "lang.yml");
|
||||||
|
@ -77,4 +77,4 @@ exempt-ip-addresses: []
|
|||||||
reconnect-to-last-server: false
|
reconnect-to-last-server: false
|
||||||
|
|
||||||
# Config version DO NOT CHANGE!!!!
|
# Config version DO NOT CHANGE!!!!
|
||||||
config-version: 3
|
config-version: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user