don't trap script errors for now

This commit is contained in:
CodeCodon
2015-07-13 14:33:02 -05:00
parent 0e3901ece9
commit 1f162ffcf5
@@ -67,7 +67,7 @@ void ConfigServerGame::install(void)
KEY_BOOL (profileScripts, false);
KEY_BOOL (crashOnScriptError, false);
KEY_BOOL (compileScripts, true);
KEY_BOOL (trapScriptCrashes, true);
KEY_BOOL (trapScriptCrashes, false);
KEY_INT (scriptWatcherWarnTime, 5000);
KEY_INT (scriptWatcherInterruptTime, 5000);
KEY_INT (scriptStackErrorLimit, 35);