Skip to content

Commit

Permalink
re-fix mineco build + cursor_on
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 18, 2015
1 parent dd417de commit 04cd3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/aufdemrand/denizen/objects/dEntity.java
Expand Up @@ -1539,6 +1539,7 @@ else if (mtr.angle == BlockFace.EAST) {
int range = attribute.getIntContext(2);
if (range < 1) range = 50;
HashSet<Byte> set = new HashSet<Byte>();
set.add(Byte.valueOf((byte)0));
return new dLocation(getLivingEntity().getTargetBlock(set, range).getLocation().clone())
.getAttribute(attribute.fulfill(2));
}
Expand Down

0 comments on commit 04cd3d6

Please sign in to comment.