updated background image

This commit is contained in:
evanpelle
2024-08-24 12:43:08 -07:00
parent b7ecf1de12
commit 4171d87337
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const devConfig = new class extends DefaultConfig {
return devPlayerConfig
}
numBots(): number {
return 500
return 0
}
}