Skip to content

Commit

Permalink
Update admin.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
DevX32 authored Oct 14, 2023
1 parent a30eb00 commit eb2c4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/admin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit eb2c4db

Please sign in to comment.