mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 04:01:24 +00:00
Merge pull request #111 from BJDubb/patch-2
Remove unused command from server/commands.lua
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user