mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Removed code debug
This commit is contained in:
+1
-2
@@ -248,8 +248,7 @@ AddEventHandler('esx_phone:addPlayerContact', function(phoneNumber, contactName)
|
||||
|
||||
if foundNumber then
|
||||
|
||||
-- if phoneNumber == xPlayer.get('phoneNumber') then
|
||||
if false then
|
||||
if phoneNumber == xPlayer.get('phoneNumber') then
|
||||
TriggerClientEvent('esx:showNotification', _source, _U('cannot_add_self'))
|
||||
else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user