Merge pull request #111 from BJDubb/patch-2

Remove unused command from server/commands.lua
This commit is contained in:
Kakarot
2021-08-09 15:00:59 -05:00
committed by GitHub
-4
View File
@@ -87,10 +87,6 @@ QBCore.Commands.Add("car", "Spawn Vehicle (Admin Only)", {{name="model", help="M
end, "admin")
QBCore.Commands.Add("debug", "Toggle Debug Mode (Admin Only)", {}, false, function(source, args)
TriggerClientEvent('koil-debug:toggle', source)
end, "admin")
QBCore.Commands.Add("dv", "Delete Vehicle (Admin Only)", {}, false, function(source, args)
TriggerClientEvent('QBCore:Command:DeleteVehicle', source)
end, "admin")