fix(skin): when texture file is lost, continue launching game instead of failing.
This commit is contained in:
@@ -159,7 +159,7 @@ public class OfflineAccount extends Account {
|
|||||||
try {
|
try {
|
||||||
server.addCharacter(new YggdrasilServer.Character(uuid, username, skin.load(username).run()));
|
server.addCharacter(new YggdrasilServer.Character(uuid, username, skin.load(username).run()));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw e;
|
// ignore
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new IOException(e);
|
throw new IOException(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user