File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed
src/main/java/io/github/thebusybiscuit/slimefun4/implementation Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 14
14
import javax .annotation .Nonnull ;
15
15
import javax .annotation .Nullable ;
16
16
17
- import io .github .thebusybiscuit .slimefun4 .implementation .listeners .BundlingListener ;
18
17
import io .github .thebusybiscuit .slimefun4 .storage .Storage ;
19
18
import io .github .thebusybiscuit .slimefun4 .storage .backend .legacy .LegacyStorage ;
20
19
@@ -656,7 +655,6 @@ private void registerListeners() {
656
655
new PiglinListener (this );
657
656
new SmithingTableListener (this );
658
657
new JoinListener (this );
659
- new BundlingListener (this );
660
658
661
659
// Item-specific Listeners
662
660
new CoolerListener (this , (Cooler ) SlimefunItems .COOLER .getItem ());
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments