Again...
This commit is contained in:
parent
4d62c09b36
commit
b2e9503a02
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class AcceptMCCommand extends DiscordMCCommandBase {
|
|||
sender.sendMessage("§cYou don't have a pending connection to Discord.");
|
||||
return true;
|
||||
}
|
||||
TBMCPlayer.getPlayerAs((Player) sender, DiscordPlayer.class).setDiscrodID(did);
|
||||
TBMCPlayer.getPlayerAs((Player) sender, DiscordPlayer.class).setDiscordID(did);
|
||||
ConnectCommand.WaitingToConnect.remove(sender.getName());
|
||||
sender.sendMessage("§bAccounts connected.");
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue