Fix build

This commit is contained in:
mcmonkey4eva 2015-02-16 14:29:51 -08:00
parent c04399eadf
commit 7d8f0e0636

View File

@ -76,7 +76,7 @@ public class Controllable extends Trait implements Toggleable, CommandConfigurab
if (ownerRequired && !npc.getTrait(Owner.class).isOwnedBy(handle.getBukkitEntity())) {
return;
}
handle.setPassengerOf(getHandle());
handle.mount(getHandle());
}
private net.minecraft.server.v1_8_R1.Entity getHandle() {