mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-17 15:57:18 -04:00
fix: offline account crash.
This commit is contained in:
parent
8a3cdfb14c
commit
c66cea41bd
@ -149,7 +149,7 @@ public class OfflineAccount extends Account {
|
|||||||
return mapOf(
|
return mapOf(
|
||||||
pair("uuid", UUIDTypeAdapter.fromUUID(uuid)),
|
pair("uuid", UUIDTypeAdapter.fromUUID(uuid)),
|
||||||
pair("username", username),
|
pair("username", username),
|
||||||
pair("skin", skin.toStorage())
|
pair("skin", skin == null ? null : skin.toStorage())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user