Skip to content

Commit

Permalink
removed print statements xd
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchan550 committed Oct 9, 2023
1 parent 520e5eb commit 02e8f17
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ private void animate() {
case RUN -> owner.getEntity().getEvents().trigger("water_slime_walk");
case ATTACK -> owner.getEntity().getEvents().trigger("water_slime_attack");
case DEATH -> {
System.out.println("hi");
owner.getEntity().getEvents().trigger("water_slime_death");
}
case DEFAULT -> owner.getEntity().getEvents().trigger("default");
Expand Down

0 comments on commit 02e8f17

Please sign in to comment.