commited apparent local change so I can compare stuff

This commit is contained in:
mrSkortch 2016-01-14 03:31:38 -07:00
parent 38c256e67d
commit 2a0ab57480

View File

@ -5376,7 +5376,6 @@ mist.teleportToPoint = function(vars) -- main teleport function that all of tele
end
mist.respawnInZone = function(gpName, zone, disperse, maxDisp)
if type(gpName) == 'table' and gpName:getName() then
gpName = gpName:getName()
elseif type(gpName) == 'table' and gpName[1]:getName() then