Update commands.lua

This commit is contained in:
Jellyton
2022-12-27 18:46:47 -08:00
committed by GitHub
parent c1159dd9ff
commit 56a44bea37
-1
View File
@@ -289,7 +289,6 @@ QBCore.Commands.Add('me', Lang:t("command.me.help"), {{name = Lang:t("command.me
local tCoords = GetEntityCoords(target)
if target == ped or #(pCoords - tCoords) < 20 then
TriggerClientEvent('QBCore:Command:ShowMe3D', Player, source, msg)
TriggerEvent('rcore_cam:me', source, msg)
end
end
end, 'user')