Skip to content

Commit

Permalink
Update for breaking changes made to Geyser Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Dec 8, 2020
1 parent 6b97094 commit 314c777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private void loadConfig() {
/**
* Replace Geyser BedrockServer with one provided by an edition
*/
@GeyserEventHandler(priority = EventHandler.PRIORITY.LOW)
@GeyserEventHandler(priority = EventHandler.Priority.LOW)
public void onGeyserStart(GeyserStartEvent event) {
Edition edition = registeredEditions.get(config.getEdition());

Expand Down

0 comments on commit 314c777

Please sign in to comment.