From 1306f2ad63384b760052be98c67091a76443b873 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Fri, 18 Feb 2022 10:04:48 -0600 Subject: [PATCH] change mask command alias to not conflict with game interface hide --- SharedLibraryCore/Commands/NativeCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SharedLibraryCore/Commands/NativeCommands.cs b/SharedLibraryCore/Commands/NativeCommands.cs index 9dadbea7..fcef7129 100644 --- a/SharedLibraryCore/Commands/NativeCommands.cs +++ b/SharedLibraryCore/Commands/NativeCommands.cs @@ -850,7 +850,7 @@ namespace SharedLibraryCore.Commands { Name = "mask"; Description = _translationLookup["COMMANDS_MASK_DESC"]; - Alias = "hide"; + Alias = "ma"; Permission = Permission.Moderator; RequiresTarget = false; }