We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc64862 + dc774ad commit b6fc097Copy full SHA for b6fc097
2 files changed
api/action/src/main/kotlin/trplugins/menu/api/action/base/ActionBase.kt
@@ -80,7 +80,7 @@ abstract class ActionBase(val handle: ActionHandle) {
80
}
81
82
83
- return content.removePrefix(" ") to Option(options)
+ return content.trim() to Option(options)
84
85
86
fun register() {
gradle.properties
@@ -1,2 +1,2 @@
1
group=me.arasple.mc.trmenu
2
-version=3.9.23
+version=3.9.24
0 commit comments