mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixes GitHub issue 1140
SPAWN: GetLastAliveGroup() #1140 generating a nil value... "attempt to index field 'SpawnTemplatePrefixself' (a nil value)"
This commit is contained in:
parent
fcceb278ec
commit
c2b46ceea1
@ -2203,7 +2203,7 @@ end
|
||||
-- -- Do actions with the GroupPlane object.
|
||||
-- end
|
||||
function SPAWN:GetLastAliveGroup()
|
||||
self:F( { self.SpawnTemplatePrefixself.SpawnAliasPrefix } )
|
||||
self:F( { self.SpawnTemplatePrefix, self.SpawnAliasPrefix } )
|
||||
|
||||
self.SpawnIndex = self:_GetLastIndex()
|
||||
for SpawnIndex = self.SpawnIndex, 1, -1 do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user