generated from AriasCreations/vsmodtemplate
Remove a debug command
This commit is contained in:
parent
a27b9847d0
commit
bd28f36e00
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ namespace AriasServerUtils
|
|||
api.ChatCommands.Create("delspawn").RequiresPrivilege(Privilege.controlserver).HandleWith(Events.HandleClearSpawn);
|
||||
|
||||
|
||||
api.ChatCommands.Create("test_death").RequiresPlayer().RequiresPrivilege(Privilege.controlserver).HandleWith(TestDeath);
|
||||
//api.ChatCommands.Create("test_death").RequiresPlayer().RequiresPrivilege(Privilege.controlserver).HandleWith(TestDeath);
|
||||
var parsers = api.ChatCommands.Parsers;
|
||||
api.ChatCommands.Create("restoreinv").RequiresPlayer().WithArgs(parsers.OnlinePlayer("player")).HandleWith(Events.HandleReturnItems).WithDescription("Returns items to a player in the event of a problem").RequiresPrivilege(Privilege.controlserver);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue