Merge branch 'development' into dev-world-scripts

This commit is contained in:
Melledy
2022-05-16 22:08:28 -07:00
20 changed files with 1281 additions and 1094 deletions

View File

@@ -136,8 +136,9 @@ public class ConfigContainer {
public int bindPort = 22102;
/* This is the port used in the default region. */
public int accessPort = 0;
public boolean enableScriptInBigWorld = false;
public boolean enableConsole = true;
public GameOptions gameOptions = new GameOptions();
public JoinOptions joinOptions = new JoinOptions();
public ConsoleAccount serverAccount = new ConsoleAccount();