Debug output

This commit is contained in:
funkyfranky
2018-07-18 17:41:21 +02:00
parent c60bb29303
commit 6aa30f91e6
2 changed files with 9 additions and 12 deletions

View File

@@ -367,8 +367,6 @@ do -- CARGO_GROUP
self:F( {From, Event, To, ToPointVec2, NearRadius } )
NearRadius = NearRadius or 25
env.info("FF onenterunboarding")
local Timer = 1
@@ -383,7 +381,6 @@ do -- CARGO_GROUP
--- @param Cargo.Cargo#CARGO Cargo
function( Cargo, NearRadius )
if not Cargo:IsDestroyed() then
env.info("FF blubblub")
local ToVec=nil
if ToPointVec2==nil then
ToVec=self.CargoCarrier:GetPointVec2():GetRandomPointVec2InRadius(2*NearRadius, NearRadius)