Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit 3edc728

Browse files
committed
Merge branch 'release/0.1.1'
2 parents 54b0afb + 4e66252 commit 3edc728

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
.project
44
.settings/
55
/bin/
6-
/LOGS.txt
6+
/LOGS.txt
7+
/bin/

src/main/java/com/froxynetwork/froxynetwork/network/output/data/PlayerDataOutput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class PlayerDataOutput extends GeneralDataOutput<PlayerDataOutput.Player>
3636
@AllArgsConstructor
3737
public static class Player {
3838
private String uuid;
39-
private String pseudo;
39+
private String nickname;
4040
private String displayName;
4141
private int coins;
4242
private int level;

0 commit comments

Comments
 (0)