change head default size
All checks were successful
deploy / deploy (push) Successful in 42s

This commit is contained in:
Lee
2024-04-08 06:19:27 +01:00
parent 86029e1b1f
commit 29c842aaf8
2 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,6 @@ import java.util.List;
@Getter @NoArgsConstructor
public class MojangProfile {
/**
* The UUID of the player.
*/
@ -52,7 +51,7 @@ public class MojangProfile {
/**
* Gets the formatted UUID of the player.
*
*
* @return the formatted UUID
*/
public String getFormattedUuid() {