Fixed falling block disguise not working

This commit is contained in:
libraryaddict 2013-11-23 13:10:38 +13:00
parent 35cf33d3c9
commit 17c2d95e1d

View File

@ -40,8 +40,6 @@ public class MiscDisguise extends Disguise {
break;
}
if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
} else if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
this.id = id;
} else {
this.id = disguiseType.getDefaultId();