Removed a todo
This commit is contained in:
parent
9744eddd35
commit
6100adaf93
|
|
@ -20,7 +20,7 @@ public class DiscordLinkPlayer {
|
|||
private boolean nick;
|
||||
private final List<String> roleNames;
|
||||
|
||||
public DiscordLinkPlayer(long userId, UUID uuid, String username, String discordUsername, boolean nick, List<String> roleNames) {//TODO what is nick used for? and where is it stored
|
||||
public DiscordLinkPlayer(long userId, UUID uuid, String username, String discordUsername, boolean nick, List<String> roleNames) {
|
||||
this.userId = userId;
|
||||
this.uuid = uuid;
|
||||
this.username = username;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user