Skip to content

Commit

Permalink
fix(en, wiki): fix grs minecraft events index unclosed block
Browse files Browse the repository at this point in the history
  • Loading branch information
baka-gourd committed Aug 11, 2024
1 parent b9b7d37 commit 7f43b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/groovy-script/minecraft/events/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Normally you don't need to chane any of those values. <br>
log.info('Block broken: {}', event.getState())
}
```
:::

Now it is very likely that our listener is executed before all other (not guaranteed).
Note that we don't need to import `EventPriority`. It is auto imported.

0 comments on commit 7f43b7e

Please sign in to comment.