Skip to content

Commit 911c0f3

Browse files
committed
feat: offline is a online account :)
1 parent 8f466e8 commit 911c0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/minecraft/auth/MinecraftAccount.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class MinecraftAccount : public QObject, public Usable {
116116

117117
[[nodiscard]] AccountType accountType() const noexcept { return data.type; }
118118

119-
bool ownsMinecraft() const { return data.type != AccountType::Offline && data.minecraftEntitlement.ownsMinecraft; }
119+
bool ownsMinecraft() const { return true; }
120120

121121
bool hasProfile() const { return data.profileId().size() != 0; }
122122

0 commit comments

Comments
 (0)