CommandGroup and IsGroupHelp #361
Labels
area-Commands
Issues related to player/RCON commands
area-GM
Issues related to SampSharp.GameMode
bug
Milestone
I make test with this code :
So, If I only execute
/test
or/t
the method ofIsGroupHelp
(TestHelpCommand
) is called. For the moment, it's normal.But If I execute
/(t)est optionOne
but without the parametertext
, the method ofIsGroupHelp
(TestHelpCommand
) is called instead of (in my opinion) theUsageMessage
ofTestOptionOneCommand
.It's normal or we can we improve this?
The text was updated successfully, but these errors were encountered: