diff --git a/bin/main/dev/resent/event/impl/EventAttack.class b/bin/main/dev/resent/event/impl/EventAttack.class index 7d0e511d..3d6d6d65 100644 Binary files a/bin/main/dev/resent/event/impl/EventAttack.class and b/bin/main/dev/resent/event/impl/EventAttack.class differ diff --git a/src/main/java/dev/resent/event/impl/EventAttack.java b/src/main/java/dev/resent/event/impl/EventAttack.java index 23da16ea..f7ecc1df 100644 --- a/src/main/java/dev/resent/event/impl/EventAttack.java +++ b/src/main/java/dev/resent/event/impl/EventAttack.java @@ -1,7 +1,7 @@ package dev.resent.event.impl; import net.kyori.event.Cancellable; -import net.minecraft.src.Entity; +import net.minecraft.entity.Entity; public class EventAttack extends Event implements Cancellable{ public Entity target;