1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-13 00:28:10 -05:00

small tweaks for notes/tags

This commit is contained in:
RaidMax
2022-07-20 11:39:46 -05:00
parent f4078a1e74
commit 2255234229
4 changed files with 9 additions and 8 deletions

View File

@ -31,7 +31,7 @@ public class AddClientNoteCommand : Command
new CommandArgument
{
Name = _translationLookup["COMMANDS_ARGS_NOTE"],
Required = true
Required = false
}
};