fix "bad guy"

This commit is contained in:
moscovium
2017-06-15 18:27:55 +02:00
parent 4317191f93
commit b3b43bfc69

View File

@@ -15,7 +15,7 @@ end)
RegisterServerEvent('rlUpdateNamesResult')
AddEventHandler('rlUpdateNamesResult', function(res)
if source ~= GetHostId() then
if source ~= tonumber(GetHostId()) then
print('bad guy')
return
end