Skip to content

Commit

Permalink
fix spigot support #642 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei1058 authored Jan 22, 2023
1 parent 872f2e5 commit 382817f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ public void onLoad() {
isPaper = true;
} catch (ClassNotFoundException e) {
isPaper = false;
throw new RuntimeException(e);
}

plugin = this;
Expand Down

0 comments on commit 382817f

Please sign in to comment.