From 9e36d17db1a39154a1007cb2d1771b3e82cd4ea0 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 4 Dec 2011 20:16:31 -0700 Subject: [PATCH] Fixed stat log --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)