mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Remove unused command from server/commands.lua
Removed command that calls `TriggerClientEvent("koil-debug:toggle", source)`
This commit is contained in:
@@ -73,10 +73,6 @@ QBCore.Commands.Add("car", "Spawn Vehicle (Admin Only)", {{name="model", help="M
|
||||
TriggerClientEvent('QBCore:Command:SpawnVehicle', source, args[1])
|
||||
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