revert lobby times back to 60s, lobbies too small off times

This commit is contained in:
Evan
2025-03-20 11:11:32 -07:00
parent 2094a29c8b
commit e65efdebc7
+1 -1
View File
@@ -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) {