mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Removed trace from Zone.lua
This commit is contained in:
parent
b004f0f968
commit
fc3b66c06c
@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170305_1014' )
|
env.info( 'Moose Generation Timestamp: 20170305_1027' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@ -6554,8 +6554,6 @@ function ZONE_RADIUS:BoundZone( Points )
|
|||||||
["heading"] = 0,
|
["heading"] = 0,
|
||||||
} -- end of ["group"]
|
} -- end of ["group"]
|
||||||
|
|
||||||
self:E( Tire )
|
|
||||||
|
|
||||||
coalition.addStaticObject( country.id.USA, Tire )
|
coalition.addStaticObject( country.id.USA, Tire )
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -7020,8 +7018,6 @@ function ZONE_POLYGON_BASE:BoundZone( )
|
|||||||
["heading"] = 0,
|
["heading"] = 0,
|
||||||
} -- end of ["group"]
|
} -- end of ["group"]
|
||||||
|
|
||||||
self:E( Tire )
|
|
||||||
|
|
||||||
coalition.addStaticObject( country.id.USA, Tire )
|
coalition.addStaticObject( country.id.USA, Tire )
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170305_1014' )
|
env.info( 'Moose Generation Timestamp: 20170305_1027' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@ -6554,8 +6554,6 @@ function ZONE_RADIUS:BoundZone( Points )
|
|||||||
["heading"] = 0,
|
["heading"] = 0,
|
||||||
} -- end of ["group"]
|
} -- end of ["group"]
|
||||||
|
|
||||||
self:E( Tire )
|
|
||||||
|
|
||||||
coalition.addStaticObject( country.id.USA, Tire )
|
coalition.addStaticObject( country.id.USA, Tire )
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -7020,8 +7018,6 @@ function ZONE_POLYGON_BASE:BoundZone( )
|
|||||||
["heading"] = 0,
|
["heading"] = 0,
|
||||||
} -- end of ["group"]
|
} -- end of ["group"]
|
||||||
|
|
||||||
self:E( Tire )
|
|
||||||
|
|
||||||
coalition.addStaticObject( country.id.USA, Tire )
|
coalition.addStaticObject( country.id.USA, Tire )
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user