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

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
0ddlyoko committed Apr 20, 2019
2 parents 54b0afb + 4e66252 commit 3edc728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.project
.settings/
/bin/
/LOGS.txt
/LOGS.txt
/bin/
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class PlayerDataOutput extends GeneralDataOutput<PlayerDataOutput.Player>
@AllArgsConstructor
public static class Player {
private String uuid;
private String pseudo;
private String nickname;
private String displayName;
private int coins;
private int level;
Expand Down

0 comments on commit 3edc728

Please sign in to comment.