Changed debug command back to /debugreg
This commit is contained in:
parent
acc5784d16
commit
141e2eec64
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue