Removed code debug

This commit is contained in:
ElPumpo
2018-05-01 21:02:54 +02:00
parent 7b72befd78
commit 37ab2cb2b0
6 changed files with 6 additions and 8 deletions
+1 -2
View File
@@ -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