Code Freeze

This commit is contained in:
Lucas Nicodemus 2012-01-22 00:28:02 -07:00
parent b5c4eb8e21
commit f1113675c4
2 changed files with 2 additions and 3 deletions

View file

@ -120,7 +120,6 @@ namespace TShockAPI
public static void InitCommands()
{
//When adding new perm in here, add new perm to CommandList in DBEditor
AddChatCommand add = (p, c, n) => ChatCommands.Add(new Command(p, c, n));
add(Permissions.kick, Kick, "kick");
add(Permissions.ban, Ban, "ban");

View file

@ -41,7 +41,7 @@ namespace TShockAPI
public class TShock : TerrariaPlugin
{
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
public static readonly string VersionCodename = "ETA 1am 1/22/2012 MDT";
public static readonly string VersionCodename = "Pre-Release - Code Freeze";
public static string SavePath = "tshock";