remove reference to deprecated httpGet in customcallbacks

This commit is contained in:
RaidMax 2023-01-09 13:44:41 -06:00
parent dabad54872
commit b14d7b6865

View File

@ -52,13 +52,6 @@ waitForAttack()
}
}
getHttpString( url )
{
request = httpGet( url );
request waittill( "done", success, data );
request destroy();
}
runRadarUpdates()
{
interval = getDvarInt( "sv_printradar_updateinterval", 500 );