COs of the last commit we can remove this

This commit is contained in:
Andrew 2013-11-11 03:30:47 +13:00
parent 74d608afb9
commit e537fb8923

@ -126,12 +126,7 @@ public abstract class BaseDisguiseCommand implements CommandExecutor {
} }
} }
// Construct the disguise // Construct the disguise
if (disguiseType == DisguiseType.DROPPED_ITEM) { disguise = new MiscDisguise(disguiseType, miscId, miscData);
disguise = new MiscDisguise(disguiseType, true);
((DroppedItemWatcher) disguise.getWatcher()).setItemStack(new ItemStack(miscId, 1, (short) miscData));
} else {
disguise = new MiscDisguise(disguiseType, true, miscId, miscData);
}
} }
} }
// Copy strings to their new range // Copy strings to their new range