change mask command alias to not conflict with game interface hide

This commit is contained in:
RaidMax 2022-02-18 10:04:48 -06:00
parent 482cd9c339
commit 45059fcfd9

View File

@ -850,7 +850,7 @@ namespace SharedLibraryCore.Commands
{
Name = "mask";
Description = _translationLookup["COMMANDS_MASK_DESC"];
Alias = "hide";
Alias = "ma";
Permission = Permission.Moderator;
RequiresTarget = false;
}