Minor fix, update to 9.1.1

This commit is contained in:
libraryaddict 2016-11-27 09:45:03 +13:00
parent 7037601501
commit c9cbdc3c93
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>LibsDisguises</groupId>
<artifactId>LibsDisguises</artifactId>
<version>9.1.0</version>
<version>9.1.1</version>
<build>
<sourceDirectory>src</sourceDirectory>

View file

@ -299,6 +299,8 @@ public class FlagType<Y> {
public static FlagType<Boolean> ZOMBIE_AGGRESSIVE = new FlagType<Boolean>(ZombieWatcher.class, 2, false);
public static FlagType<Integer> ZOMBIE_PLACEHOLDER = new FlagType<Integer>(ZombieWatcher.class, 1, 0);
public static FlagType<Boolean> ZOMBIE_BABY = new FlagType<Boolean>(ZombieWatcher.class, 0, false);
public static FlagType<Integer> ZOMBIE_VILLAGER_PROFESSION = new FlagType<Integer>(ZombieVillagerWatcher.class, 1, 0);