mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 22:38:34 +02:00
Removed HacknetServerConstant from formulas.hacknetNodes.constants function call
This commit is contained in:
@@ -4386,7 +4386,7 @@ function NetscriptFunctions(workerScript) {
|
||||
},
|
||||
constants: function() {
|
||||
checkFormulasAccess("hacknetNodes.constants", 5);
|
||||
return Object.assign({}, HacknetNodeConstants, HacknetServerConstants);
|
||||
return Object.assign({}, HacknetNodeConstants);
|
||||
},
|
||||
},
|
||||
hacknetServers: {
|
||||
|
||||
Reference in New Issue
Block a user