diff --git a/src/main/kotlin/cc/dsnb/bedrockplayersupport/form/basic/CMIForm.kt b/src/main/kotlin/cc/dsnb/bedrockplayersupport/form/basic/CMIForm.kt index 4633b26..ebefcc5 100644 --- a/src/main/kotlin/cc/dsnb/bedrockplayersupport/form/basic/CMIForm.kt +++ b/src/main/kotlin/cc/dsnb/bedrockplayersupport/form/basic/CMIForm.kt @@ -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)