Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information