Remove remnatn of old impl

This commit is contained in:
D4rkr34lm
2026-05-30 13:30:47 +02:00
parent ea9d7ac584
commit 89e05cd109
@@ -59,7 +59,6 @@ public class REntityServer implements Listener {
private final BiFunction<Player, ServerboundInteractPacket, Object> filter = (player, packet) -> {
REntity entity = entityMap.get(packet.getEntityId());
if (entity == null) return packet;
REntity targetEntity = entity instanceof RInteractionEntity ? ((RInteractionEntity) entity).getOwner() : entity;
if (playersThatClicked.contains(player)) return null;