mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Lower limit to MAX_SAFE_INTEGER
This commit is contained in:
parent
55df97d3d5
commit
10a1c2f00d
@ -124,7 +124,7 @@ export const CONSTANTS: {
|
||||
// NeuroFlux Governor Augmentation cost multiplier
|
||||
NeuroFluxGovernorLevelMult: 1.14,
|
||||
|
||||
NumNetscriptPorts: Infinity,
|
||||
NumNetscriptPorts: Number.MAX_SAFE_INTEGER,
|
||||
|
||||
// Server-related constants
|
||||
HomeComputerMaxRam: 1073741824, // 2 ^ 30
|
||||
|
Loading…
Reference in New Issue
Block a user