Skip to content

Commit d32655f

Browse files
committed
Fix remove table action call
1 parent 4887c27 commit d32655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cl_target.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ local function createPointBoxTarget(targetType, targetData)
9191
ShowNotification(nil, _U('NOTIFICATION__NOT__ALLOWED'), 'error')
9292
return
9393
end
94-
TriggerEvent('it-crafting:client:removeTable', {tableId = targetData.id})
9594
end
95+
TriggerEvent('it-crafting:client:removeTable', {tableId = targetData.id})
9696
end
9797
end, 'table', targetData.id)
9898
end,

0 commit comments

Comments
 (0)