Skip to content

Commit

Permalink
fix: essx can not open kit form
Browse files Browse the repository at this point in the history
  • Loading branch information
DongShaoNB committed Aug 17, 2024
1 parent c6a1d98 commit f898d04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class EssXForm {
player.chat("/kit " + simpleFormResponse.clickedButton().text())
}
kits.forEach { form.button(it) }
BedrockPlayerSupport.floodgateApi.sendForm(player.uniqueId, form)
}

}

0 comments on commit f898d04

Please sign in to comment.