Fixed stat log

This commit is contained in:
Lucas Nicodemus 2011-12-04 20:16:31 -07:00
parent e90d4e8972
commit 9e36d17db1

View file

@ -245,7 +245,7 @@ namespace TShockAPI
"TShock (" + VersionNum + ")");
try
{
string response = client.DownloadString("http://tshock.co/tickto.php?fp=" + fp + "&ver=" + VersionNum + "&port=" + Netplay.serverPort);
string response = client.DownloadString("http://tshock.co/tickto.php?do=log&fp=" + fp + "&ver=" + VersionNum + "&port=" + Netplay.serverPort);
Console.WriteLine("Registered with stat tracker: " + response);
}
catch (Exception e)