Navigation Menu

Skip to content

Commit

Permalink
fix miscommit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 16, 2017
1 parent becd147 commit bd23275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mcmonkey/sentinel/SentinelTrait.java
Expand Up @@ -1508,7 +1508,7 @@ public LivingEntity findBestTarget() {
return null;
}
if (!pos.getWorld().equals(getLivingEntity().getWorld())) {
return;
return null;
}
LivingEntity closest = null;
for (LivingEntity ent : getLivingEntity().getWorld().getLivingEntities()) {
Expand Down

0 comments on commit bd23275

Please sign in to comment.