Core/Commands: Cleanups

This commit is contained in:
hondacrx
2020-08-24 17:38:22 -04:00
parent 3d3fd0f55f
commit c2ae405346
7 changed files with 274 additions and 246 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ using System;
namespace Game.Chat
{
[AttributeUsage(AttributeTargets.Method)]
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class CommandAttribute : Attribute
{
public CommandAttribute(string command, RBACPermissions rbac, bool allowConsole = false)