Skip to content

Commit

Permalink
Removed incorrect javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP authored Feb 19, 2025
1 parent 48fccb7 commit e8dbb37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/it/jakegblp/lusk/utils/PlayerUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
public class PlayerUtils {

/**
* Checks whether a player is crawling; this takes into account the scale attribute since it modifies the
* size of the player and makes the calculations done in this method incorrect.
* Checks whether a player is crawling.
* @param player the player to check for
* @return whether the player is crawling
*/
Expand Down

0 comments on commit e8dbb37

Please sign in to comment.