Skip to content

Commit 81ee10b

Browse files
committed
rolling back isAutomationEnabled erasure
1 parent 051a832 commit 81ee10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/buildings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@ dojo.declare("classes.managers.BuildingsManager", com.nuclearunicorn.core.TabMan
26122612
if (key == "val" || key == "on") {
26132613
return value === 0 ? undefined : value;
26142614
}
2615-
if (key == "unlocked" || key == "jammed" || key == "isAutomationEnabled"){
2615+
if (key == "unlocked" || key == "jammed" /*isAutomationEnabled is true by default*/){
26162616
return value === false ? undefined: value;
26172617
}
26182618
return value;

0 commit comments

Comments
 (0)