mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 10:16:04 +00:00
delete num fake humans config, this is set by map json file
This commit is contained in:
@@ -85,7 +85,7 @@ export class Executor {
|
||||
return new BotSpawner(this.gs, this.gameID).spawnBots(numBots).map(i => this.createExec(i))
|
||||
}
|
||||
|
||||
fakeHumanExecutions(numFakes: number): Execution[] {
|
||||
fakeHumanExecutions(): Execution[] {
|
||||
const execs = []
|
||||
for (const nation of this.gs.nations()) {
|
||||
execs.push(new FakeHumanExecution(
|
||||
|
||||
Reference in New Issue
Block a user