delete num fake humans config, this is set by map json file

This commit is contained in:
evanpelle
2024-10-08 20:45:18 -07:00
parent 7235b73b6c
commit e1f7d395f2
6 changed files with 2 additions and 32 deletions
+1 -1
View File
@@ -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(