diff --git a/resources/[system]/rconlog/rconlog_server.lua b/resources/[system]/rconlog/rconlog_server.lua index 116aa1d..75b050c 100644 --- a/resources/[system]/rconlog/rconlog_server.lua +++ b/resources/[system]/rconlog/rconlog_server.lua @@ -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