Skip to content

Commit

Permalink
Remove a weird check that isn't necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
iso2013 committed Jul 27, 2018
1 parent d506e76 commit 7c3126a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public void onPacketReceiving(PacketEvent packetEvent) {
boolean fake = parent.isFakeID(entityID);
if (fake) {
if (!sendForFake) return;
if (!parent.getFakeByID(entityID).checkIntersect(target)) return;
}

w = EntityPacket.unwrapFromType(entityID, IEntityPacketEvent.EntityPacketType.CLICK, c, target);
Expand Down

0 comments on commit 7c3126a

Please sign in to comment.