fix for lang too

This commit is contained in:
mohammed jasem alaajel 2024-02-23 23:10:48 +04:00
parent 2eb7f3cf9d
commit 6c27228920
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import java.util.Locale;
public interface LangConfigLoader extends GenericConfigLoader {
int CONFIG_VERSION = 2;
int CONFIG_VERSION = 1;
default void loadLangConfig(RedisBungeePlugin<?> plugin, Path dataFolder) throws IOException {
Path configFile = createConfigFile(dataFolder, "lang.yml", "lang.yml");