Fix bug in SF9.3 reward server cpuCores (#938)

This commit is contained in:
Shockwave 2023-12-03 17:12:20 +08:00 committed by GitHub
parent 99383eb1c7
commit 1dc4d01d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -292,6 +292,7 @@ export function prestigeSourceFile(isFlume: boolean): void {
hserver.level = 100;
hserver.cores = 10;
hserver.cpuCores = 10;
hserver.cache = 5;
hserver.updateHashRate(Player.mults.hacknet_node_money);
hserver.updateHashCapacity();