Skip to content

Commit

Permalink
fix sitting check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 12, 2020
1 parent 31271ba commit 7749f32
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -165,7 +165,7 @@ public void stand() {
* @return boolean
*/
public boolean isSitting() {
return true; // If the trait is attached, let's assume the NPC is sitting
return sitting;
}

/**
Expand Down

0 comments on commit 7749f32

Please sign in to comment.