mirror of
https://github.com/kaboomserver/extras.git
synced 2024-10-31 16:59:24 +00:00
Fix error in username change
This commit is contained in:
parent
b1c132a461
commit
1d9f62f556
|
@ -56,8 +56,11 @@ public class SkinDownloader {
|
|||
}
|
||||
|
||||
Main.skinInProgress.remove(player.getUniqueId());
|
||||
|
||||
if (!shouldChangeName) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
new BukkitRunnable() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue