mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Reload the remote after doing an upload/clear
This commit is contained in:
parent
a4f93686df
commit
67e756f6dd
1 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,8 @@ public class SkinUploader implements Closeable {
|
||||||
} else {
|
} else {
|
||||||
setError(Throwables.getRootCause(throwable).toString());
|
setError(Throwables.getRootCause(throwable).toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fetchRemote();
|
||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue