Skip to content

Commit b6fc097

Browse files
authored
Merge pull request #254 from Aashaby/stable/v3
修复参数解析导致的动作解析问题
2 parents fc64862 + dc774ad commit b6fc097

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/action/src/main/kotlin/trplugins/menu/api/action/base/ActionBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ abstract class ActionBase(val handle: ActionHandle) {
8080
}
8181
}
8282

83-
return content.removePrefix(" ") to Option(options)
83+
return content.trim() to Option(options)
8484
}
8585

8686
fun register() {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=me.arasple.mc.trmenu
2-
version=3.9.23
2+
version=3.9.24

0 commit comments

Comments
 (0)