Added CARGO_SLINGLOAD

This commit is contained in:
FlightControl_Master
2018-04-05 19:43:24 +02:00
parent c60dda2545
commit 5971f6de09
7 changed files with 236 additions and 51 deletions

View File

@@ -134,7 +134,7 @@ function STATIC:ReSpawn( Coordinate, Heading )
-- todo: need to fix country
local SpawnStatic = SPAWNSTATIC:NewFromStatic( self.StaticName, country.id.USA )
local SpawnStatic = SPAWNSTATIC:NewFromStatic( self.StaticName )
SpawnStatic:SpawnFromPointVec2( Coordinate, Heading, self.StaticName )
end