Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
demonlexe committed Dec 31, 2023
1 parent 4b99966 commit c5d197b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ public boolean getIsSitting() {

@Override
public boolean isMovementCeased() {
System.out.println(this+"Is sitting? "+this.getIsSitting());
return this.getIsSitting() || this.isBeingRidden();
}

Expand Down

0 comments on commit c5d197b

Please sign in to comment.