Update Config.java

This commit is contained in:
Secretboy
2022-05-07 12:48:53 +08:00
committed by Melledy
parent 0347d877ea
commit 9a611a4c06

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() {