use the real product id instead of a hardcoded 'StepMania AMX'

This commit is contained in:
AJ Kelly
2012-05-21 17:59:06 -05:00
parent 6fb96782ea
commit b389308611
+1 -1
View File
@@ -857,7 +857,7 @@ unsigned long NetworkSyncManager::GetCurrentSMBuild( LoadingWindow* ld )
const RString sHost = "aldo.mx";
const unsigned short uPort = 80;
const RString sResource = "/stepmania/check_sm5.php";
const RString sUserAgent = "StepMania AMX (+http://aldo.mx/stepmania/)";
const RString sUserAgent = PRODUCT_ID;
const RString sReferer = "http://aldo.mx/stepmania/";
if( ld )