Skip to content

Commit

Permalink
fix: remove id command
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Nov 12, 2023
1 parent a3bf364 commit 423a51e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ RegisterNetEvent('tackle:server:TacklePlayer', function(playerId)
TriggerClientEvent('tackle:client:GetTackled', playerId)
end)

lib.addCommand('id', {
help = 'Check Your ID #',
}, function(source)
TriggerClientEvent('QBCore:Notify', source, 'ID: '..source)
end)

exports.qbx_core:CreateUseableItem('harness', function(source, item)
TriggerClientEvent('seatbelt:client:UseHarness', source, item)
end)
Expand Down

0 comments on commit 423a51e

Please sign in to comment.