Changed debug command back to /debugreg

This commit is contained in:
Lucas Nicodemus 2011-07-16 02:34:58 -06:00
parent acc5784d16
commit 141e2eec64

View file

@ -149,7 +149,7 @@ namespace TShockAPI
ChatCommands.Add(new Command("editspawn", ToggleAntiBuild, "antibuild"));
ChatCommands.Add(new Command("editspawn", ProtectSpawn, "protectspawn"));
ChatCommands.Add(new Command("editspawn", Region, "region"));
ChatCommands.Add(new Command("editspawn", DebugRegions, "f1"));
ChatCommands.Add(new Command("editspawn", DebugRegions, "debugreg"));
ChatCommands.Add(new Command(Help, "help"));
ChatCommands.Add(new Command(Playing, "playing", "online", "who"));
ChatCommands.Add(new Command(AuthToken, "auth"));