More command system cleanups

This commit is contained in:
hondacrx
2022-06-11 21:44:18 -04:00
parent e0025794a5
commit bbaf66df51
12 changed files with 235 additions and 354 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace Game.Chat.Commands
class TicketCommands
{
[Command("togglesystem", RBACPermissions.CommandTicketTogglesystem, true)]
static bool HandleTicketToggleSystem(CommandHandler handler, StringArguments args)
static bool HandleToggleGMTicketSystem(CommandHandler handler)
{
if (!WorldConfig.GetBoolValue(WorldCfg.SupportTicketsEnabled))
{