validate all intent input

This commit is contained in:
Evan
2025-02-18 16:26:49 -08:00
parent 876fb8dbf9
commit 5e6f8f5d91
16 changed files with 113 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ export class SpawnExecution implements Execution {
this.active = false;
if (!this.mg.inSpawnPhase()) {
this.active = false;
return;
}