From c690a2d2fcac18d341b79db6eba52fd4fd13d9cd Mon Sep 17 00:00:00 2001 From: Shank Date: Sat, 11 Jun 2011 00:43:14 -0600 Subject: [PATCH 1/3] Added command aliases: - /i - /who, /online Closes #63 Closes #62 Kill isn't possible. Closes #66 --- TShockAPI/Commands.cs | 3 +++ TShockAPI/TShock.cs | 4 ++-- Update/Update.csproj | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 5c612da0..740d5e44 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -205,6 +205,9 @@ namespace TShockAPI commands.Add(new Command("me", "", ThirdPerson)); commands.Add(new Command("p", "", PartyChat)); commands.Add(new Command("butcher", "cheat", Butcher)); + commands.Add(new Command("i", "cheat", Item)); + commands.Add(new Command("online", "", Playing)); + commands.Add(new Command("who", "", Playing)); if (ConfigurationManager.distributationAgent != "terraria-online") { commands.Add(new Command("kill", "kill", Kill)); diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 50c5e971..f27a6d56 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -19,9 +19,9 @@ namespace TShockAPI public static string saveDir = "./tshock/"; - public static Version VersionNum = new Version(2, 0, 0, 8); + public static Version VersionNum = new Version(2, 1, 0, 0); - public static string VersionCodename = "RSaC (Red Sucks at Coding)"; + public static string VersionCodename = "Versioning fails"; private static bool[] BlacklistTiles; diff --git a/Update/Update.csproj b/Update/Update.csproj index cdb0055d..2b5dda25 100644 --- a/Update/Update.csproj +++ b/Update/Update.csproj @@ -60,7 +60,7 @@ - +