Skip to content

Commit

Permalink
Fix build errors for jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Nov 4, 2023
1 parent 9153aa6 commit e47c109
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import org.bukkit.event.player.PlayerQuitEvent;
import org.bukkit.event.world.ChunkLoadEvent;
import org.bukkit.event.world.WorldLoadEvent;
import org.spigotmc.AsyncCatcher;

import java.net.InetSocketAddress;
import java.util.UUID;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import org.bukkit.entity.Entity;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.spigotmc.SpigotConfig;

import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
Expand Down Expand Up @@ -95,10 +94,6 @@ public NPCManager getNPCManager() {
return npcManager;
}

public boolean isBungeeCordEnabled() {
return SpigotConfig.bungee;
}

public BoundingBox getEntityBoundingBox(Entity entity) {
Object nmsEntity = NMSUtils.getNMSEntity(entity);
Object aabb = NMSUtils.getNMSAxisAlignedBoundingBox(nmsEntity);
Expand Down

0 comments on commit e47c109

Please sign in to comment.