Re-fixed the rework of the fix of the changed fix of the fix

This commit is contained in:
Auxilor
2021-01-22 19:29:11 +00:00
parent 1365fdae88
commit ba7a748efd
4 changed files with 8 additions and 11 deletions

View File

@@ -27,7 +27,6 @@ import com.willfp.eco.util.integrations.anticheat.AnticheatManager;
import com.willfp.eco.util.integrations.antigrief.AntigriefManager;
import com.willfp.eco.util.plugin.AbstractEcoPlugin;
import com.willfp.eco.util.protocollib.AbstractPacketAdapter;
import com.willfp.eco.util.recipe.RecipeListener;
import lombok.Getter;
import org.bukkit.event.Listener;
@@ -57,7 +56,6 @@ public class EcoPlugin extends AbstractEcoPlugin {
this.getEventManager().registerListener(new ArmorListener());
this.getEventManager().registerListener(new DispenserArmorListener());
this.getEventManager().registerListener(new EntityDeathByEntityListeners(this));
this.getEventManager().registerListener(new RecipeListener(this));
ProtocolLibrary.getProtocolManager().addPacketListener(new PacketPlayOutRecipeUpdateFix(this));
}