Update Controllable.lua

This commit is contained in:
Frank 2020-04-24 21:57:10 +02:00
parent 0a570da986
commit c3cc76c15b

View File

@ -1176,7 +1176,6 @@ function CONTROLLABLE:TaskEmbarkToTransport(Coordinate, Radius)
}
}
self:E(EmbarkToTransport)
return EmbarkToTransport
end
@ -1196,7 +1195,8 @@ function CONTROLLABLE:TaskDisembarkFromTransport(Coordinate, Radius)
x=Coordinate.x,
y=Coordinate.y,
zoneRadius=Radius,
}}
}
}
return DisembarkFromTransport
end