increased delay for locking
This commit is contained in:
parent
dee13c5d26
commit
96ca2c66ce
@ -936,7 +936,7 @@ function spawnHelperObject(name, position, rotation)
|
|||||||
if obj["Nickname"] == name then
|
if obj["Nickname"] == name then
|
||||||
spawnTable.data = obj
|
spawnTable.data = obj
|
||||||
spawnTable.callback_function = function(spawnedObj)
|
spawnTable.callback_function = function(spawnedObj)
|
||||||
Wait.time(function() spawnedObj.setLock(true) end, 1)
|
Wait.time(function() spawnedObj.setLock(true) end, 2)
|
||||||
end
|
end
|
||||||
return spawnObjectData(spawnTable)
|
return spawnObjectData(spawnTable)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user