mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-20 01:27:07 +00:00
fix for lang too
This commit is contained in:
parent
2eb7f3cf9d
commit
6c27228920
@ -23,7 +23,7 @@ import java.util.Locale;
|
|||||||
|
|
||||||
public interface LangConfigLoader extends GenericConfigLoader {
|
public interface LangConfigLoader extends GenericConfigLoader {
|
||||||
|
|
||||||
int CONFIG_VERSION = 2;
|
int CONFIG_VERSION = 1;
|
||||||
|
|
||||||
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");
|
||||||
|
Loading…
Reference in New Issue
Block a user