Skip to content

Commit

Permalink
fix: CMI wrong delete home command
Browse files Browse the repository at this point in the history
  • Loading branch information
DongShaoNB committed Aug 22, 2024
1 parent 5ba9ea2 commit d9b2885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CMIForm {
)
)
.validResultHandler { simpleFormResponse ->
player.chat("/delhome ${simpleFormResponse.clickedButton().text()}")
player.chat("/removehome ${simpleFormResponse.clickedButton().text()}")
}
playerHomesList.forEach { form.button(it.key) }
BedrockPlayerSupport.floodgateApi.sendForm(player.uniqueId, form)
Expand Down

0 comments on commit d9b2885

Please sign in to comment.