mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Debug output
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user