1
0
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:
RaidMax
2023-01-09 13:44:41 -06:00
parent 0dcccbffa0
commit 7e5bc2fb91

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 );