fix lobby join bugs

This commit is contained in:
evanpelle
2024-10-15 20:00:56 -07:00
parent f4828db07d
commit be7a01954a
7 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export const devConfig = new class extends DefaultConfig {
return 95
}
numSpawnPhaseTurns(): number {
return 40
return 400
}
gameCreationRate(): number {
return 20 * 1000