Fixed stat log
This commit is contained in:
parent
e90d4e8972
commit
9e36d17db1
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ namespace TShockAPI
|
||||||
"TShock (" + VersionNum + ")");
|
"TShock (" + VersionNum + ")");
|
||||||
try
|
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);
|
Console.WriteLine("Registered with stat tracker: " + response);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue