mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #1001 from Tesseract1234567890/hacknetNodeConstantsFix
Hacknet Node Constants Fix (see omuretsu's message in Discord)
This commit is contained in:
commit
3bb74ceebe
@ -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