mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 17:56:54 +00:00
reduce transport frequency for fakehumanexecution, make transport render more efficient
This commit is contained in:
@@ -41,7 +41,7 @@ export class DevConfig extends DefaultConfig {
|
||||
}
|
||||
|
||||
numSpawnPhaseTurns(): number {
|
||||
return this.gameConfig().gameType == GameType.Singleplayer ? 40 : 100;
|
||||
return this.gameConfig().gameType == GameType.Singleplayer ? 70 : 100;
|
||||
// return 100
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user