Added more version code

This commit is contained in:
Shank 2011-05-31 22:06:43 -06:00
parent 24d8a55060
commit 0e09801e0c

View file

@ -407,7 +407,7 @@ namespace TShockAPI
float[] color = { 255, 255, 000 };
if (Convert.ToDouble(changes[0]) > version)
{
SendMessage(ply, "This server is out of date. Version " + changes[0] + " is out.", color);
SendMessage(ply, "This server is out of date.");
for (int i = 1; i <= changes.Length; i++)
{
SendMessage(ply, changes[i], color);