mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
fix dynamic ram check
This commit is contained in:
parent
3ee55b2918
commit
185549e7e4
@ -299,6 +299,7 @@ function updateDynamicRam(ctx: NetscriptContext, ramCost: number): void {
|
||||
Sorry :(`,
|
||||
);
|
||||
}
|
||||
throw new ScriptDeath(ws);
|
||||
}
|
||||
|
||||
/** Validates the input v as being a CityName. Throws an error if it is not. */
|
||||
|
Loading…
Reference in New Issue
Block a user