Skip to content

Commit

Permalink
Update Config.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretboy-SMR authored and Melledy committed May 7, 2022
1 parent 0347d87 commit 9a611a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/emu/grasscutter/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9a611a4

Please sign in to comment.