Update SpawnStatic.lua

- fixed static spawns
This commit is contained in:
Frank 2020-12-29 23:38:27 +01:00
parent a0276821d9
commit 084f00afad

View File

@ -456,7 +456,7 @@ function SPAWNSTATIC:_SpawnStatic(Template, CountryID)
-- Add static to the game. -- Add static to the game.
local Static=nil local Static=nil
if self.InitFARP then if self.InitFarp then
local TemplateGroup={} local TemplateGroup={}
TemplateGroup.units={} TemplateGroup.units={}