Skip to content

Commit

Permalink
fix(permissions): use correct group for /admincar (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0r3tto authored Sep 17, 2024
1 parent 537f4ea commit 24e77e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end)

lib.addCommand('admincar', {
help = 'Buy Vehicle',
restricted = config.saveVeh,
restricted = config.saveVehicle,
}, function(source)
local vehicle = GetVehiclePedIsIn(GetPlayerPed(source), false)
if vehicle == 0 then
Expand Down

0 comments on commit 24e77e9

Please sign in to comment.