mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
change mask command alias to not conflict with game interface hide
This commit is contained in:
@ -850,7 +850,7 @@ namespace SharedLibraryCore.Commands
|
|||||||
{
|
{
|
||||||
Name = "mask";
|
Name = "mask";
|
||||||
Description = _translationLookup["COMMANDS_MASK_DESC"];
|
Description = _translationLookup["COMMANDS_MASK_DESC"];
|
||||||
Alias = "hide";
|
Alias = "ma";
|
||||||
Permission = Permission.Moderator;
|
Permission = Permission.Moderator;
|
||||||
RequiresTarget = false;
|
RequiresTarget = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user