You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make the player kick command reason quoted to allow flags (#1374)
### Motivation
Cloud does not parse flags provided after a greedy string argument. This
results in the --force flag of the players kick command being useless.
### Modification
The reason for the kick is now provided as quoted string and the flag is
parsed correctly.
### Result
The force kick flag is usable.
0 commit comments