Fix AI error
This commit is contained in:
parent
7944657206
commit
609339826c
@ -3017,7 +3017,9 @@ PriorityAIController.prototype.behaviourFollowCurrentTarget = function()
|
||||
{
|
||||
var rt = this.getParameter("oolite_rememberedTarget");
|
||||
}
|
||||
|
||||
if (!rt) {
|
||||
return;
|
||||
}
|
||||
this.ship.destination = rt.position;
|
||||
|
||||
if (rt.status == "STATUS_ENTERING_WITCHSPACE")
|
||||
|
Loading…
x
Reference in New Issue
Block a user