Skip to content

Commit

Permalink
fuck you hikari
Browse files Browse the repository at this point in the history
  • Loading branch information
PainOchoco committed Dec 22, 2023
1 parent 7038b1d commit 32e59d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import java.util.Arrays;
import java.util.List;
import java.util.Random;

import org.bukkit.Material;
import org.bukkit.configuration.serialization.ConfigurationSerialization;
import org.bukkit.event.Listener;
Expand Down Expand Up @@ -245,7 +246,7 @@ private void registerListeners() {
new ConversionInv(), miscListener, new AdvancementListeners(), new DragonsListener(),
new TradeOverflowListener(), new AuthenticateListener(), new DisableCraftListener());

if (getServer().getPluginManager().getPlugin("QuickShop") != null)
if (getServer().getPluginManager().getPlugin("QuickShop-Hikari") != null)
getServer().getPluginManager().registerEvents(new ChestShopListener(), this);

listeners.forEach(l -> getServer().getPluginManager().registerEvents(l, this));
Expand Down

0 comments on commit 32e59d2

Please sign in to comment.