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

View File

@ -77,4 +77,4 @@ exempt-ip-addresses: []
reconnect-to-last-server: false
# Config version DO NOT CHANGE!!!!
config-version: 3
config-version: 2