remove reference to deprecated httpGet in customcallbacks
This commit is contained in:
parent
dabad54872
commit
b14d7b6865
@ -52,13 +52,6 @@ waitForAttack()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
getHttpString( url )
|
|
||||||
{
|
|
||||||
request = httpGet( url );
|
|
||||||
request waittill( "done", success, data );
|
|
||||||
request destroy();
|
|
||||||
}
|
|
||||||
|
|
||||||
runRadarUpdates()
|
runRadarUpdates()
|
||||||
{
|
{
|
||||||
interval = getDvarInt( "sv_printradar_updateinterval", 500 );
|
interval = getDvarInt( "sv_printradar_updateinterval", 500 );
|
||||||
|
Loading…
Reference in New Issue
Block a user