Skip to content

Commit d4879fc

Browse files
committed
fix(dto): Rename uuid field to playerUuid in OtisPlayerDTO
1 parent 9895931 commit d4879fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velocity-plugin/src/main/java/net/onelitefeather/otis/velocity/listener/PlayerListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private void createPlayer(@NotNull UUID uuid, @NotNull String playerName, long c
9898
OtisPlayerDTO newPlayer = OtisPlayerDTO.builder()
9999
.firstJoin(currentTime)
100100
.playerName(playerName)
101-
.uuid(uuid)
101+
.playerUuid(uuid)
102102
.profileTextures(new HashMap<>())
103103
.build();
104104

0 commit comments

Comments
 (0)