Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 2, 2017
1 parent d01ea90 commit 81cdf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mcmonkey/sentinel/SentinelTarget.java
Expand Up @@ -50,7 +50,7 @@ public class SentinelTarget {
v1_11 = vers.contains("1.11") || v1_12;
v1_10 = vers.contains("1.10") || v1_11;
v1_9 = vers.contains("1.9") || v1_10;
v1_8 = vers.contains("1.8") || v1_10;
v1_8 = vers.contains("1.8") || v1_9;
if (v1_8 && !v1_9) {
SentinelTarget PASSIVE_MOB = new SentinelTarget(new EntityType[]{
EntityType.PIG, EntityType.OCELOT, EntityType.COW, EntityType.RABBIT, EntityType.SHEEP, EntityType.CHICKEN, EntityType.MUSHROOM_COW,
Expand Down

0 comments on commit 81cdf13

Please sign in to comment.