mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-15 07:52:49 +00:00
attempt fix private game not connecting
This commit is contained in:
@@ -15,10 +15,10 @@ export const devConfig = new class extends DefaultConfig {
|
||||
percentageTilesOwnedToWin(): number {
|
||||
return 95
|
||||
}
|
||||
// numSpawnPhaseTurns(gameType: GameType): number {
|
||||
// return 40
|
||||
// // return 100
|
||||
// }
|
||||
numSpawnPhaseTurns(gameType: GameType): number {
|
||||
return 40
|
||||
// return 100
|
||||
}
|
||||
gameCreationRate(): number {
|
||||
return 10 * 1000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user