#PLAYERTASK

* slower callout for MGRS coordinates
#CTLD
* Reduce log noise
This commit is contained in:
Applevangelist
2022-12-06 12:48:42 +01:00
parent df901e7433
commit 2b572f4948
2 changed files with 15 additions and 5 deletions

View File

@@ -4621,7 +4621,7 @@ end
-- @param Wrapper.Group#GROUP Vehicle The #GROUP object of the vehicle or FOB build.
-- @return #CTLD self
function CTLD:onbeforeCratesBuild(From, Event, To, Group, Unit, Vehicle)
self:I({From, Event, To})
self:T({From, Event, To})
if Unit and Unit:IsPlayer() and self.PlayerTaskQueue then
local playername = Unit:GetPlayerName()
local dropcoord = Vehicle:GetCoordinate() or COORDINATE:New(0,0,0)