CARGO noise

This commit is contained in:
Applevangelist
2023-12-30 16:50:12 +01:00
parent 9cc32ff8dc
commit 0347e42fc7
4 changed files with 33 additions and 33 deletions

View File

@@ -271,7 +271,7 @@ do -- CARGO_GROUP
-- @param Core.Event#EVENTDATA EventData
function CARGO_GROUP:OnEventCargoDead( EventData )
self:E(EventData)
self:T(EventData)
local Destroyed = false
@@ -296,7 +296,7 @@ do -- CARGO_GROUP
if Destroyed then
self:Destroyed()
self:E( { "Cargo group destroyed" } )
self:T( { "Cargo group destroyed" } )
end
end