2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-05 04:48:02 +00:00

fix for lang too

This commit is contained in:
mohammed jasem alaajel 2024-02-23 23:10:48 +04:00
parent 2eb7f3cf9d
commit 6c27228920

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