delete player if less than 100 tiles

This commit is contained in:
evanpelle
2024-08-16 21:30:27 -07:00
parent bc8463fa79
commit ed4201ab8c
4 changed files with 41 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export const defaultConfig = new class implements Config {
return 50
}
numBots(): number {
return 20
return 500
}
player(): PlayerConfig {
return defaultPlayerConfig