Misc command updates.

This commit is contained in:
hondacrx
2022-06-04 17:45:09 -04:00
parent 011c31d8a3
commit 91226121c4
8 changed files with 71 additions and 149 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ namespace Game.Chat
}
[Command("dummy", RBACPermissions.CommandDebugDummy)]
static bool HandleDebugDummyCommand(CommandHandler handler, StringArguments args)
static bool HandleDebugDummyCommand(CommandHandler handler)
{
handler.SendSysMessage("This command does nothing right now. Edit your local core (DebugCommands.cs) to make it do whatever you need for testing.");
return true;