mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02: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