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