From 3999ee4d0abf3a584c92cb76bbf0413975eb983d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 22 Jan 2023 23:35:33 +0100 Subject: portage --- etc/portage/patches/games-action/polymc/crack.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/portage/patches/games-action/polymc/crack.patch (limited to 'etc/portage/patches') diff --git a/etc/portage/patches/games-action/polymc/crack.patch b/etc/portage/patches/games-action/polymc/crack.patch new file mode 100644 index 0000000..798099f --- /dev/null +++ b/etc/portage/patches/games-action/polymc/crack.patch @@ -0,0 +1,19 @@ +diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp +index 3422df7..acf5bc2 100644 +--- a/launcher/minecraft/auth/AccountList.cpp ++++ b/launcher/minecraft/auth/AccountList.cpp +@@ -650,13 +650,7 @@ void AccountList::setListFilePath(QString path, bool autosave) + + bool AccountList::anyAccountIsValid() + { +- for(auto account: m_accounts) +- { +- if(account->ownsMinecraft()) { +- return true; +- } +- } +- return false; ++ return true; + } + + void AccountList::fillQueue() { -- cgit v1.2.3