Enable 'big world scripts' by default

this uses significantly more system resources, but in turn allows for the *quest* system to work!
This commit is contained in:
KingRainbow44 2023-04-11 02:12:33 -04:00
parent 76be70d4a8
commit 5851761d59
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -146,7 +146,8 @@ public class ConfigContainer {
/* Entities within a certain range will be loaded for the player */
public int loadEntitiesForPlayerRange = 300;
public boolean enableScriptInBigWorld = false;
/* Start in 'unstable-quests', Lua scripts will be enabled by default. */
public boolean enableScriptInBigWorld = true;
public boolean enableConsole = true;
/* Kcp internal work interval (milliseconds) */