mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-11 21:44:58 -04:00
default trap script errors to false as they tend to crash the newer javas at the moment
This commit is contained in:
@@ -67,7 +67,7 @@ void ConfigServerGame::install(void)
|
||||
KEY_BOOL (profileScripts, false);
|
||||
KEY_BOOL (crashOnScriptError, false);
|
||||
KEY_BOOL (compileScripts, false);
|
||||
KEY_BOOL (trapScriptCrashes, true);
|
||||
KEY_BOOL (trapScriptCrashes, false); //this seems to horrifyingly crash java 7/8 sometimes if not always
|
||||
KEY_INT (scriptWatcherWarnTime, 5000);
|
||||
KEY_INT (scriptWatcherInterruptTime, 5000);
|
||||
KEY_INT (scriptStackErrorLimit, 35);
|
||||
|
||||
Reference in New Issue
Block a user