mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Undo bugfix, the thing worked perfectly :-(
This commit is contained in:
parent
fa6d53634b
commit
d84f3fcd24
@ -975,8 +975,7 @@ function SPAWN:SpawnFromVec3( Vec3, SpawnIndex )
|
|||||||
|
|
||||||
if SpawnIndex then
|
if SpawnIndex then
|
||||||
else
|
else
|
||||||
self.SpawnIndex = self.SpawnIndex + 1
|
SpawnIndex = self.SpawnIndex + 1
|
||||||
SpawnIndex = self.SpawnIndex
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if self:_GetSpawnIndex( SpawnIndex ) then
|
if self:_GetSpawnIndex( SpawnIndex ) then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user