Skip to content

Commit a178eee

Browse files
committed
We don't need new event, we need InventoryClickEvent
1 parent 68e1bf0 commit a178eee

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

src/main/java/io/github/thebusybiscuit/slimefun4/implementation/Slimefun.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import javax.annotation.Nonnull;
1515
import javax.annotation.Nullable;
1616

17-
import io.github.thebusybiscuit.slimefun4.implementation.listeners.BundlingListener;
1817
import io.github.thebusybiscuit.slimefun4.storage.Storage;
1918
import io.github.thebusybiscuit.slimefun4.storage.backend.legacy.LegacyStorage;
2019

@@ -656,7 +655,6 @@ private void registerListeners() {
656655
new PiglinListener(this);
657656
new SmithingTableListener(this);
658657
new JoinListener(this);
659-
new BundlingListener(this);
660658

661659
// Item-specific Listeners
662660
new CoolerListener(this, (Cooler) SlimefunItems.COOLER.getItem());

src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BundlingListener.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)