Removing debug code.
This commit is contained in:
parent
0d80eefe4b
commit
add217f260
6 changed files with 40 additions and 8 deletions
|
|
@ -49,9 +49,6 @@ namespace Terraria
|
|||
string updateVersion = client.DownloadString("http://shankshock.com/tshock.txt");
|
||||
string[] changes = updateVersion.Split(',');
|
||||
float[] color = { 255, 255, 000 };
|
||||
Console.WriteLine(changes.Length);
|
||||
Console.WriteLine(changes[0]);
|
||||
Console.WriteLine(changes[1]);
|
||||
if (Convert.ToDouble(changes[0]) > version)
|
||||
{
|
||||
sendMessage(ply, "This server is out of date. Version " + changes[0] + " is out.", color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue