mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Mark GeoipCode3 as deprecated.
This commit is contained in:
parent
f6f18eba04
commit
0b8d1370a2
@ -57,6 +57,7 @@ native bool GeoipCode2(const char[] ip, char ccode[3]);
|
|||||||
* @param ccode Destination string buffer to store the code.
|
* @param ccode Destination string buffer to store the code.
|
||||||
* @return True on success, false if no country found.
|
* @return True on success, false if no country found.
|
||||||
*/
|
*/
|
||||||
|
#pragma deprecated No longer supported by Maxmind API
|
||||||
native bool GeoipCode3(const char[] ip, char ccode[4]);
|
native bool GeoipCode3(const char[] ip, char ccode[4]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user