Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 16, 2015
1 parent 524c819 commit 8bbc305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/citizensnpcs/trait/Controllable.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private void enterOrLeaveVehicle(Player player) {
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() {
Expand Down

0 comments on commit 8bbc305

Please sign in to comment.