f7u12: forgot to close the ticket.

Closes #21
This commit is contained in:
Shank 2011-06-12 03:15:32 -06:00
parent e09b8e101d
commit c6c1e9125e

View file

@ -36,9 +36,9 @@ namespace TShockAPI
public static string saveDir = "./tshock/";
public static Version VersionNum = new Version(2, 1, 0, 0);
public static Version VersionNum = new Version(2, 1, 0, 1);
public static string VersionCodename = "Versioning fails";
public static string VersionCodename = "Forgot to close the issue.";
private static bool[] BlacklistTiles;