File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/docs/paper/dev/api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public void bootstrap(BootstrapContext context) {
167167Dialogs can be closed from the API. There are two ways to achieve that:
168168
169169- The intended way of using [ ` Adventure#closeDialog() ` ] ( https://jd.advntr.dev/api/latest/net/kyori/adventure/audience/Audience.html#closeDialog() ) .
170- - The slightly hacky way of using [ `Player#closeInventory()] ( jd:paper:org.bukkit.entity.HumanEntity#closeInventory() ) .
170+ - The slightly hacky way of using [ ` Player#closeInventory() ` ] ( jd:paper:org.bukkit.entity.HumanEntity#closeInventory() ) .
171171
172172Using ` closeDialog() ` will result in the dialog being closed and the player returning to the previous non-dialog or game menu screen they were on.
173173This means any previously open inventories will be kept open.
You can’t perform that action at this time.
0 commit comments