potential mirv sam fix

This commit is contained in:
1brucben
2025-04-26 03:58:33 +02:00
parent 5b3688f032
commit 18c74baf78
+4 -1
View File
@@ -65,8 +65,11 @@ export class SAMMissileExecution implements Execution {
this._owner.id(),
);
this.active = false;
this.target.delete();
if (this.target.isActive()) {
this.target.delete();
}
this.SAMMissile.delete(false);
return;
} else {
this.SAMMissile.move(result);