mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
commited apparent local change so I can compare stuff
This commit is contained in:
parent
38c256e67d
commit
2a0ab57480
1
mist.lua
1
mist.lua
@ -5376,7 +5376,6 @@ mist.teleportToPoint = function(vars) -- main teleport function that all of tele
|
|||||||
end
|
end
|
||||||
|
|
||||||
mist.respawnInZone = function(gpName, zone, disperse, maxDisp)
|
mist.respawnInZone = function(gpName, zone, disperse, maxDisp)
|
||||||
|
|
||||||
if type(gpName) == 'table' and gpName:getName() then
|
if type(gpName) == 'table' and gpName:getName() then
|
||||||
gpName = gpName:getName()
|
gpName = gpName:getName()
|
||||||
elseif type(gpName) == 'table' and gpName[1]:getName() then
|
elseif type(gpName) == 'table' and gpName[1]:getName() then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user