Added command aliases:
- /i - /who, /online Closes #63 Closes #62 Kill isn't possible. Closes #66
This commit is contained in:
parent
f3d8a0cc80
commit
c690a2d2fc
3 changed files with 6 additions and 3 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue