Skip to content

Commit

Permalink
πŸ›[main/PlayerData] Constructor of Optional<Team>
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepymalc committed Aug 8, 2021
1 parent d6e9cf7 commit e97c3b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class PlayerData {

public int balance = 0;

public Optional<Team> team;
public Optional<Team> team = Optional.empty();

public PlayerData(UUID uuid) throws Exception {

Expand Down

0 comments on commit e97c3b4

Please sign in to comment.