mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-24 23:22:29 +01:00
Merge pull request #3691 from steven-r/fix-3690
MISC: FIX 3690 Add missing function to RamCostGenerator
This commit is contained in:
commit
b2659318c8
@ -105,6 +105,7 @@ const hacknet: IMap<any> = {
|
|||||||
numHashes: 0,
|
numHashes: 0,
|
||||||
hashCost: 0,
|
hashCost: 0,
|
||||||
spendHashes: 0,
|
spendHashes: 0,
|
||||||
|
maxNumNodes: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Stock API
|
// Stock API
|
||||||
|
Loading…
Reference in New Issue
Block a user