mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
SETTINGS: Add infinite loop detection setting (#402)
This commit is contained in:
@@ -102,6 +102,8 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user