Skip to content

Commit

Permalink
Delete stupid code
Browse files Browse the repository at this point in the history
I just realized not only is it erroring, it doesn't belong at all.
Seriously who writes this crap?!
  • Loading branch information
mcmonkey4eva committed Jan 14, 2015
1 parent 275e7bc commit 23d564f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/net/aufdemrand/denizen/objects/dEntity.java
Expand Up @@ -892,9 +892,6 @@ public void target(LivingEntity target) {
((CraftCreature) entity).getHandle().
setGoalTarget(nmsTarget);

((CraftCreature) entity).getHandle().
setGoalTarget(target == null ? null: ((CraftLivingEntity) target).getHandle());

((CraftCreature) entity).setTarget(target);
}

Expand Down

0 comments on commit 23d564f

Please sign in to comment.