Small fix

This commit is contained in:
nearbyplayer
2017-09-13 06:00:37 -04:00
parent 2e892cd946
commit 7be30b4c4d
+1 -1
View File
@@ -59,7 +59,7 @@ end)
--===============================================
AddEventHandler('es:playerLoaded', function(source)
local result = getIdentity(source)
if result == nil then
if result ~= nil then
TriggerClientEvent('esx_identity:showRegisterIdentity', source)
else
end