Don't forget to clear the online status! That was almost a very minor bug

This commit is contained in:
Sollace 2018-08-21 23:25:35 +02:00
parent d9e9d6ddec
commit 9c10efe6ec

View file

@ -204,6 +204,7 @@ public class SkinUploader implements Closeable {
protected void fetchRemote() {
fetchingSkin = true;
throttlingNeck = false;
offline = false;
remotePlayer.reloadRemoteSkin(this, this::onSetRemoteSkin).exceptionally(throwable -> {
throwable = throwable.getCause();