Core/Commands: Cleanups
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user