[Change] Mkay, escorts should properly hang if they have no target to
escort.
This commit is contained in:
parent
ace738021f
commit
8c3836ce50
@ -20,7 +20,7 @@ function escort()
|
||||
target = mem.escort
|
||||
|
||||
-- Will just float without a target to escort.
|
||||
if target == nil then
|
||||
if not ai.exists(target) then
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user