Skip to content

Commit 6fb29cb

Browse files
ammend 28991a4
1 parent 0ca562c commit 6fb29cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

[admin]/ip2c/server.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ local IP2C_UPDATE_INTERVAL_SECONDS = 60 * 60 * 24 * 1 -- Update no more than onc
2020

2121
-- [Exported]
2222
function getPlayerCountry ( player )
23-
if true then return "ug" end -- TESTING Uganda
2423
if not loadIPGroupsIsReady() then return false end
2524
local ip = getPlayerIP(player)
2625
local ip_group = tonumber ( gettok ( ip, 1, 46 ) )

0 commit comments

Comments
 (0)