diff --git a/client/admin.lua b/client/admin.lua index 0156b5d..d3fbeec 100644 --- a/client/admin.lua +++ b/client/admin.lua @@ -243,7 +243,7 @@ function checkInputRotation() end RegisterNetEvent('qb-admin:client:noclip', function() - if GetInvokingResource() then return end + if GetInvokingResource() then return end -- Safety to make sure it is only called from the server toggleNoClipMode() end)