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 18, 2023
1 parent ffdab2b commit 3be54d6
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 @@ -14,8 +14,7 @@ end)

lib.addCommand('admincar', {
help = 'Toggle Admin Car',
args = {},
permission = false,
restricted = 'admin',
}, function(source)
if not (exports.qbx_core:HasPermission(source, Config.Events['savecar'])) then
NoPerms(source)
Expand Down

0 comments on commit 3be54d6

Please sign in to comment.