Update Config.java

This commit is contained in:
Secretboy 2022-05-07 12:48:53 +08:00 committed by Melledy
parent a9a027bbc6
commit f9b5478c9d

View File

@ -23,6 +23,7 @@ public final class Config {
public GameServerOptions GameServer = new GameServerOptions();
public DispatchServerOptions DispatchServer = new DispatchServerOptions();
public Locale LocaleLanguage = Locale.getDefault();
public Locale DefaultLanguage = Locale.US;
public Boolean OpenStamina = true;
public GameServerOptions getGameServerOptions() {