mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
remove reference to deprecated httpGet in customcallbacks
This commit is contained in:
@ -52,13 +52,6 @@ waitForAttack()
|
||||
}
|
||||
}
|
||||
|
||||
getHttpString( url )
|
||||
{
|
||||
request = httpGet( url );
|
||||
request waittill( "done", success, data );
|
||||
request destroy();
|
||||
}
|
||||
|
||||
runRadarUpdates()
|
||||
{
|
||||
interval = getDvarInt( "sv_printradar_updateinterval", 500 );
|
||||
|
Reference in New Issue
Block a user