Less output

This commit is contained in:
Frank
2020-08-31 12:50:50 +02:00
parent 9a91145f89
commit 5ee35f3fbb
6 changed files with 46 additions and 15 deletions

View File

@@ -1177,7 +1177,7 @@ function FLIGHTGROUP:onafterElementSpawned(From, Event, To, Element)
else
-- TODO: This can happen if spawned on deck of a carrier!
self:E(self.lid..string.format("Element spawned not in air but not on any parking spot."))
self:T(self.lid..string.format("Element spawned not in air but not on any parking spot."))
self:__ElementParking(0.11, Element)
end
end