Skip to content

Commit 192b6a1

Browse files
committed
RC-28, you must update to this if using MultiGroup
1 parent 8ff9108 commit 192b6a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.github.mooy1</groupId>
88
<artifactId>InfinityLib</artifactId>
9-
<version>1.3.1</version>
9+
<version>1.3.2</version>
1010

1111
<properties>
1212
<maven.compiler.source>1.8</maven.compiler.source>
@@ -35,9 +35,9 @@
3535
</dependency>
3636

3737
<dependency>
38-
<groupId>com.github.TheBusyBiscuit</groupId>
38+
<groupId>io.github.Slimefun</groupId>
3939
<artifactId>Slimefun4</artifactId>
40-
<version>RC-27</version>
40+
<version>RC-28</version>
4141
<scope>provided</scope>
4242
</dependency>
4343

src/main/java/io/github/mooy1/infinitylib/groups/MultiGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private void openGuide(Player p, PlayerProfile profile, SlimefunGuideMode mode,
8787
ItemGroup category = subGroups[target];
8888
menu.addItem(index, category.getItem(p));
8989
menu.addMenuClickHandler(index, (pl, slot, item, action) -> {
90-
SlimefunGuide.openCategory(profile, category, mode, 1);
90+
SlimefunGuide.openItemGroup(profile, category, mode, 1);
9191
return false;
9292
});
9393

0 commit comments

Comments
 (0)