mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 22:39:57 +00:00
make fake humans join lobby
This commit is contained in:
@@ -133,7 +133,7 @@ export class ClientGame {
|
||||
this.input.initialize()
|
||||
this.gs.addExecution(...this.executor.spawnBots(this.gs.config().numBots()))
|
||||
console.log('!!! number fake humans 15')
|
||||
this.gs.addExecution(...this.executor.fakeHumanExecutions(15))
|
||||
this.gs.addExecution(...this.executor.fakeHumanExecutions(this.gs.config().numFakeHumans(this.gameID)))
|
||||
|
||||
this.intervalID = setInterval(() => this.tick(), 10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user