mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-15 14:56:05 -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(
|
||||
pair("uuid", UUIDTypeAdapter.fromUUID(uuid)),
|
||||
pair("username", username),
|
||||
pair("skin", skin.toStorage())
|
||||
pair("skin", skin == null ? null : skin.toStorage())
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user