minor fixes

This commit is contained in:
evanpelle
2024-09-10 18:33:31 -07:00
parent eb8575d48d
commit a3fc8879b4
8 changed files with 23 additions and 14 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ export class ClientGame {
this.renderer.initialize()
this.input.initialize()
this.gs.addExecution(...this.executor.spawnBots(this.gs.config().numBots()))
console.log('!!! number fake humans 15')
console.log('!!! number fake humans ')
this.gs.addExecution(...this.executor.fakeHumanExecutions(this.gs.config().numFakeHumans(this.gameID)))
this.intervalID = setInterval(() => this.tick(), 10);