2
0
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:
mohammed jasem alaajel 2024-02-23 23:06:58 +04:00
parent 1c36aa5418
commit 2eb7f3cf9d
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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