fix dynamic ram miscalc not triggering

This commit is contained in:
Olivier Gagnon 2022-08-29 15:26:34 -04:00
parent 04f811276a
commit f07a29c73b

@ -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. */