mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
Removed HacknetServerConstant from formulas.hacknetNodes.constants function call
This commit is contained in:
parent
4f7fb1cd62
commit
527455bada
@ -4386,7 +4386,7 @@ function NetscriptFunctions(workerScript) {
|
|||||||
},
|
},
|
||||||
constants: function() {
|
constants: function() {
|
||||||
checkFormulasAccess("hacknetNodes.constants", 5);
|
checkFormulasAccess("hacknetNodes.constants", 5);
|
||||||
return Object.assign({}, HacknetNodeConstants, HacknetServerConstants);
|
return Object.assign({}, HacknetNodeConstants);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
hacknetServers: {
|
hacknetServers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user