Fix javadoc

This commit is contained in:
rtm516 2024-04-25 16:34:03 +01:00
parent 9c1d252057
commit 19d95a3193
No known key found for this signature in database
GPG Key ID: 331715B8B007C67A
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@ public abstract class SessionSkinApplyEvent extends ConnectionEvent {
} }
/** /**
* If the player is using a Bedrock skin. * If the player is a Bedrock player.
* *
* @return if the player is using a Bedrock skin * @return if the player is a Bedrock player
*/ */
public boolean bedrock() { public boolean bedrock() {
return bedrock; return bedrock;