2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-03 16:09:35 +03:00

fixed typo

This commit is contained in:
Split 2006-12-11 04:07:55 +00:00
parent 0cd1782d01
commit 93cb2060dd

@ -22,7 +22,7 @@
//get a two character country code (eg US, CA etc)
native geoip_code2(ip[], ccode[3]);
//get a three character country code (eg USA, cAN etc)
//get a three character country code (eg USA, CAN etc)
native geoip_code3(ip[], result[4]);
//get a full country name. max name is 45 chars