Skip to content

Remove incorrect cmd trimming

TheComputerGeek2 requested to merge remove-incorrect-cmd-trimming into master

Since we no longer demand a leading / for ChestActionCommand, no need to trim it. Additionally, trimming happens in MixinCommand::dispatchCommand as needed, so this was redundant in the first place.

Merge request reports