Skip to content

Commit

Permalink
RC-28, you must update to this if using MultiGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooy1 committed Sep 6, 2021
1 parent 8ff9108 commit 192b6a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.mooy1</groupId>
<artifactId>InfinityLib</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -35,9 +35,9 @@
</dependency>

<dependency>
<groupId>com.github.TheBusyBiscuit</groupId>
<groupId>io.github.Slimefun</groupId>
<artifactId>Slimefun4</artifactId>
<version>RC-27</version>
<version>RC-28</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void openGuide(Player p, PlayerProfile profile, SlimefunGuideMode mode,
ItemGroup category = subGroups[target];
menu.addItem(index, category.getItem(p));
menu.addMenuClickHandler(index, (pl, slot, item, action) -> {
SlimefunGuide.openCategory(profile, category, mode, 1);
SlimefunGuide.openItemGroup(profile, category, mode, 1);
return false;
});

Expand Down

0 comments on commit 192b6a1

Please sign in to comment.