diff options
Diffstat (limited to 'launcher/minecraft/auth/AccountData.h')
-rw-r--r-- | launcher/minecraft/auth/AccountData.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/minecraft/auth/AccountData.h b/launcher/minecraft/auth/AccountData.h index b2d09cb0..cf58fb76 100644 --- a/launcher/minecraft/auth/AccountData.h +++ b/launcher/minecraft/auth/AccountData.h @@ -25,8 +25,8 @@ struct MinecraftProfile { QString id; QString name; Skin skin; - int currentCape = -1; - QVector<Cape> capes; + QString currentCape; + QMap<QString, Cape> capes; Katabasis::Validity validity = Katabasis::Validity::None; }; |