We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca562c commit 6fb29cbCopy full SHA for 6fb29cb
[admin]/ip2c/server.lua
@@ -20,7 +20,6 @@ local IP2C_UPDATE_INTERVAL_SECONDS = 60 * 60 * 24 * 1 -- Update no more than onc
20
21
-- [Exported]
22
function getPlayerCountry ( player )
23
- if true then return "ug" end -- TESTING Uganda
24
if not loadIPGroupsIsReady() then return false end
25
local ip = getPlayerIP(player)
26
local ip_group = tonumber ( gettok ( ip, 1, 46 ) )
0 commit comments