this warning never really indicates a problem as the gametime DOES get set eventually

This commit is contained in:
DarthArgus
2016-05-23 00:02:14 +00:00
parent a05e61e0fe
commit 02193e560a
@@ -1103,7 +1103,7 @@ void CommoditiesMarket::install()
}
else
{
DEBUG_WARNING(true, ("[Commodities API] : No commodities server connection to send SetGameTime."));
//DEBUG_WARNING(true, ("[Commodities API] : No commodities server connection to send SetGameTime."));
getCommoditiesServerConnection(); //attempt to reconnect to commodities server
}