Fixed falling block disguise not working

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

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