Version Tick: 2.1.0.3

(Fuck it, no hostname resolution if nobody bothers to test)
This commit is contained in:
Shank 2011-06-14 01:38:22 -06:00
parent 1ce4e75eff
commit 7e8e8fb986

View file

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