mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-11 04:42:34 +01:00
Fix bug in SF9.3 reward server cpuCores (#938)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user