SpawnExecution

This commit is contained in:
Scott Anderson
2025-04-14 20:42:10 -04:00
parent 8260ad825b
commit 9cac9919c3
+1 -1
View File
@@ -39,7 +39,7 @@ export class SpawnExecution implements Execution {
if (!player.hasSpawned()) {
this.mg.addExecution(new PlayerExecution(player.id()));
if (player.type() == PlayerType.Bot) {
if (player.type() === PlayerType.Bot) {
this.mg.addExecution(new BotExecution(player));
}
}