Correctly unset wormhole record in ship AIs
This commit is contained in:
parent
281c76205c
commit
1dd51a6adf
@ -2453,7 +2453,7 @@ PriorityAIController.prototype.conditionIsEscorting = function()
|
||||
{
|
||||
// has been left behind
|
||||
this.configurationLeaveEscortGroup();
|
||||
this.setParameter("oolite_witchspaceWormhole",false);
|
||||
this.setParameter("oolite_witchspaceWormhole",null);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user