diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index b468c86d..7d6eab51 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -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)