Updated command system to use new generic type with attribute class.
This commit is contained in:
@@ -167,7 +167,7 @@ namespace Game.Chat
|
||||
}
|
||||
|
||||
[Command("info", RBACPermissions.CommandGuildInfo, true)]
|
||||
static bool HandleGuildInfoCommand(CommandHandler handler, [OptionalArg][VariantArg(typeof(ulong), typeof(string))] dynamic guildIdentifier)
|
||||
static bool HandleGuildInfoCommand(CommandHandler handler, [OptionalArg][VariantArg<ulong, string>] dynamic guildIdentifier)
|
||||
{
|
||||
Guild guild = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user