mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
don't trap script errors for now
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user