mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
[FIXED] SPAWNSTATIC not registering script spawned static templates therefore ReSpawn is not working.
This commit is contained in:
parent
935b52c489
commit
6e45ee558e
@ -633,16 +633,15 @@ function SPAWNSTATIC:_SpawnStatic(Template, CountryID)
|
|||||||
|
|
||||||
if self.StaticCopyFrom ~= nil then
|
if self.StaticCopyFrom ~= nil then
|
||||||
mystatic.StaticCopyFrom = self.StaticCopyFrom
|
mystatic.StaticCopyFrom = self.StaticCopyFrom
|
||||||
if not _DATABASE.Templates.Statics[Template.name] then
|
|
||||||
local TemplateGroup={}
|
|
||||||
TemplateGroup.units={}
|
|
||||||
TemplateGroup.units[1]=Template
|
|
||||||
TemplateGroup.x=Template.x
|
|
||||||
TemplateGroup.y=Template.y
|
|
||||||
TemplateGroup.name=Template.name
|
|
||||||
_DATABASE:_RegisterStaticTemplate( TemplateGroup, self.CoalitionID, self.CategoryID, CountryID )
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local TemplateGroup={}
|
||||||
|
TemplateGroup.units={}
|
||||||
|
TemplateGroup.units[1]=Template
|
||||||
|
TemplateGroup.x=Template.x
|
||||||
|
TemplateGroup.y=Template.y
|
||||||
|
TemplateGroup.name=Template.name
|
||||||
|
_DATABASE:_RegisterStaticTemplate( TemplateGroup, self.CoalitionID, self.CategoryID, CountryID )
|
||||||
|
|
||||||
return mystatic
|
return mystatic
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user