Remove unnecessary casts

This commit is contained in:
Scott Anderson
2025-04-03 01:35:29 -04:00
parent 7df6f271ed
commit 52542baa63
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -177,7 +177,6 @@ export class FakeHumanExecution implements Execution {
const enemies = enemiesWithTN
.filter((o) => o.isPlayer())
.map((o) => o as Player)
.sort((a, b) => a.troops() - b.troops());
if (this.random.chance(20)) {