Skip to content

Commit

Permalink
Don't raise sitting NPCs
Browse files Browse the repository at this point in the history
stay in your place D:<
  • Loading branch information
mcmonkey4eva committed Jan 3, 2015
1 parent 83fd52e commit 004c1fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public void sit() {
}

sitInternal();
chairLocation = npc.getBukkitEntity().getLocation().clone().add(0, 0.5, 0);
chairLocation = npc.getBukkitEntity().getLocation().clone();
}

private void sitInternal() {
Expand Down

0 comments on commit 004c1fb

Please sign in to comment.