mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Warehouse
little updates static countryid
This commit is contained in:
@@ -197,9 +197,9 @@ end
|
||||
-- @param DCS#country.id countryid The country ID used for spawning the new static.
|
||||
function STATIC:ReSpawn(countryid)
|
||||
|
||||
local SpawnStatic = SPAWNSTATIC:NewFromStatic( self.StaticName )
|
||||
local SpawnStatic = SPAWNSTATIC:NewFromStatic( self.StaticName, countryid )
|
||||
|
||||
SpawnStatic:ReSpawn(countryid)
|
||||
SpawnStatic:ReSpawn()
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user