mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-03-07 17:36:52 +08:00
fix(skin): when texture file is lost, continue launching game instead of failing.
This commit is contained in:
parent
ebe880bd39
commit
836c7769f6
@ -159,7 +159,7 @@ public class OfflineAccount extends Account {
|
||||
try {
|
||||
server.addCharacter(new YggdrasilServer.Character(uuid, username, skin.load(username).run()));
|
||||
} catch (IOException e) {
|
||||
throw e;
|
||||
// ignore
|
||||
} catch (Exception e) {
|
||||
throw new IOException(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user