mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
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:
@@ -146,7 +146,8 @@ public class ConfigContainer {
|
|||||||
|
|
||||||
/* Entities within a certain range will be loaded for the player */
|
/* Entities within a certain range will be loaded for the player */
|
||||||
public int loadEntitiesForPlayerRange = 300;
|
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;
|
public boolean enableConsole = true;
|
||||||
|
|
||||||
/* Kcp internal work interval (milliseconds) */
|
/* Kcp internal work interval (milliseconds) */
|
||||||
|
|||||||
Reference in New Issue
Block a user