mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:53:31 +00:00
revert lobby times back to 60s, lobbies too small off times
This commit is contained in:
@@ -55,7 +55,7 @@ export abstract class DefaultServerConfig implements ServerConfig {
|
||||
return 100;
|
||||
}
|
||||
gameCreationRate(): number {
|
||||
return 30 * 1000;
|
||||
return 60 * 1000;
|
||||
}
|
||||
lobbyMaxPlayers(map: GameMapType): number {
|
||||
if (map == GameMapType.World) {
|
||||
|
||||
Reference in New Issue
Block a user