Skip to content

Commit

Permalink
Update for MC 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Nov 30, 2021
1 parent 757c31f commit 1f1c482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Minepacks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>at.pcgamingfreaks</groupId>
<artifactId>PluginLib</artifactId>
<version>1.0.33-SNAPSHOT</version>
<version>1.0.34-SNAPSHOT</version>
</dependency>
<!-- BadRabbit -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void onEnable()

private boolean checkMcVersion()
{
if(MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_17_R1))
if(MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_18_R1))
{
this.warnOnVersionIncompatibility();
this.setEnabled(false);
Expand Down

0 comments on commit 1f1c482

Please sign in to comment.