Skip to content

Commit

Permalink
1.8 // Additions & Improvements & Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ExceptedPrism3 committed Jun 28, 2022
1 parent 10b8080 commit b5cb5d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public enum NmsVersions {
v1_16_R3,
v1_17_R1,
v1_18_R1,
v1_18_R2;
v1_18_R2,
v1_19_R1;

public boolean isAtLeast(NmsVersions version) {
return this.ordinal() >= version.ordinal();
Expand Down

0 comments on commit b5cb5d6

Please sign in to comment.