This commit is contained in:
Tercio Jose
2023-02-07 13:46:37 -03:00
8 changed files with 65 additions and 35 deletions
+1 -1
View File
@@ -4915,7 +4915,7 @@ do
if (newObject) then
tinsert(self.inUse, newObject)
if (self.onAcquire) then
DF:QuickDispatch(self.onAcquire, object)
DF:QuickDispatch(self.onAcquire, newObject)
end
return newObject, true
end