mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 03:16:15 +00:00
delete num fake humans config, this is set by map json file
This commit is contained in:
@@ -98,7 +98,7 @@ export class ClientGame {
|
||||
this.renderer.initialize()
|
||||
this.input.initialize()
|
||||
this.gs.addExecution(...this.executor.spawnBots(this.gs.config().numBots()))
|
||||
this.gs.addExecution(...this.executor.fakeHumanExecutions(this.gs.config().numFakeHumans(this.gameID)))
|
||||
this.gs.addExecution(...this.executor.fakeHumanExecutions())
|
||||
this.gs.addExecution(new WinCheckExecution(this.eventBus))
|
||||
|
||||
this.intervalID = setInterval(() => this.tick(), 10);
|
||||
|
||||
Reference in New Issue
Block a user