Skip to content

Commit

Permalink
Removed depreciated class User usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Jul 10, 2024
1 parent db89eed commit 6391dcd
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ public class User implements IUser {
private final Map<String, Double> cooldowns = new HashMap<>();
private boolean initialized;

@Deprecated
public User(Player player) {
this(player.getUniqueId());
}

public User(UUID uuid) {
this.uuid = uuid;
}
Expand Down

0 comments on commit 6391dcd

Please sign in to comment.