mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
Fix bug in SF9.3 reward server cpuCores (#938)
This commit is contained in:
parent
99383eb1c7
commit
1dc4d01d64
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user