Think its fixed now

This commit is contained in:
libraryaddict
2013-12-22 17:35:57 +13:00
parent 0f280da385
commit a3ddce6c5f
5 changed files with 45 additions and 17 deletions

View File

@@ -219,6 +219,7 @@ public class LibsDisguises extends JavaPlugin {
((Zombie) bukkitEntity).setBaby(true);
disguiseValues.setBabyBox(ReflectionManager.getBoundingBox(bukkitEntity));
}
disguiseValues.setEntitySize(ReflectionManager.getSize(bukkitEntity));
} catch (Exception ex) {
System.out.print("[LibsDisguises] Uh oh! Trouble while making values for the disguise " + disguiseType.name()
+ "!");