NETSCRIPT: Revert infinite loop detection (#404)

This commit is contained in:
Snarling
2023-03-02 17:29:18 -05:00
committed by GitHub
parent 59389b164a
commit ea8ee743cc
2 changed files with 0 additions and 23 deletions

View File

@@ -102,8 +102,6 @@ export const Settings = {
useEngineeringNotation: false,
/** Whether to disable suffixes and always use exponential form (scientific or engineering). */
disableSuffixes: false,
/** Whether to check for execution timeout errors */
infiniteLoopDetection: true,
load(saveString: string) {
const save = JSON.parse(saveString);