Skip to content

Commit

Permalink
Change return to continue
Browse files Browse the repository at this point in the history
  • Loading branch information
Breadp4ck committed May 16, 2024
1 parent 01ae2a8 commit 9c083c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/elements/stomp_boots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ fn update_wearer(
}
}
// We don't need to proceed because the player is dead
return;
continue;
}

let kinematic_body = kinematic_bodies.get(entity).unwrap();
Expand Down

0 comments on commit 9c083c1

Please sign in to comment.