forked from kaboomserver/extras
Fix error in username change
This commit is contained in:
parent
b1c132a461
commit
1d9f62f556
1 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,10 @@ public class SkinDownloader {
|
|||
}
|
||||
|
||||
Main.skinInProgress.remove(player.getUniqueId());
|
||||
return;
|
||||
|
||||
if (!shouldChangeName) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
new BukkitRunnable() {
|
||||
|
|
Loading…
Reference in a new issue