Warehosue v0.3.4

Fixed some bugs.
Helos on ships are now not spawned in uncontrolled state due to DCS bug.
Self requests are not deleted from the pending queue any more in case they return to their warehouse.
This commit is contained in:
funkyfranky
2018-09-03 21:51:38 +02:00
parent 14bc7922d0
commit 13451ed602
3 changed files with 30 additions and 15 deletions

View File

@@ -1118,7 +1118,8 @@ function ZONE_UNIT:GetRandomVec2()
self:F( self.ZoneName )
local RandomVec2 = {}
local Vec2 = self.ZoneUNIT:GetVec2()
--local Vec2 = self.ZoneUNIT:GetVec2() -- FF: This does not take care of the new offset feature!
local Vec2 = self:GetVec2()
if not Vec2 then
Vec2 = self.LastVec2