Core/RBAC: Cleanup

This commit is contained in:
hondacrx
2017-12-30 17:53:47 -05:00
parent 01caaecf0f
commit 78a85e60f6
4 changed files with 43 additions and 19 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ namespace Game.Chat
return true;
}
[Command("power", RBACPermissions.ModifyPower)]
[Command("power", RBACPermissions.CommandModifyPower)]
static bool HandleModifyPowerCommand(StringArguments args, CommandHandler handler)
{
if (args.Empty())