User avatar
noelle cat_attack asan_green @v_v@catgirl.cloud
1w
neat, looks like prism launcher's lawsuit prevention scheme can be fixed with as little as a one line diff!
diff --git a/launcher/minecraft/auth/MinecraftAccount.h b/launcher/minecraft/auth/MinecraftAccount.h
index 24608701d..8b6b00358 100644
--- a/launcher/minecraft/auth/MinecraftAccount.h
+++ b/launcher/minecraft/auth/MinecraftAccount.h
@@ -116,7 +116,7 @@ class MinecraftAccount : public QObject, public Usable {

     AccountType accountType() const noexcept { return data.type; }

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

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




i wonder why the downloads are still accessible without authentication
1
0
1
0
User avatar
illy [Shrimple-mode] protomoji_orange_flag_lesbian @illyBytes@shrimp.imsofucking.gay
17h
@v_v can still download all minecraft assets without logging in the official java launcher when in demo mode lol
0
0
1
0