mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
fix dynamic ram miscalc not triggering
This commit is contained in:
@@ -298,8 +298,8 @@ function updateDynamicRam(ctx: NetscriptContext, ramCost: number): void {
|
||||
|
||||
Sorry :(`,
|
||||
);
|
||||
throw new ScriptDeath(ws);
|
||||
}
|
||||
throw new ScriptDeath(ws);
|
||||
}
|
||||
|
||||
/** Validates the input v as being a CityName. Throws an error if it is not. */
|
||||
|
||||
Reference in New Issue
Block a user