Skip to content

Commit

Permalink
Update commands.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
DevX32 authored Oct 17, 2023
1 parent 05491ce commit a12298e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ lib.addCommand('admincar', {
args = {},
permission = false,
}, function(source)
local src = source
if not (exports.qbx_core:HasPermission(source, 'savecar') then
if not (exports.qbx_core:HasPermission(source, 'savecar')) then
NoPerms(source)
return
end
Expand Down

0 comments on commit a12298e

Please sign in to comment.