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
|
||||
spawnTable.data = obj
|
||||
spawnTable.callback_function = function(spawnedObj)
|
||||
Wait.time(function() spawnedObj.setLock(true) end, 1)
|
||||
Wait.time(function() spawnedObj.setLock(true) end, 2)
|
||||
end
|
||||
return spawnObjectData(spawnTable)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user