Skip to content

Commit

Permalink
temporarily disable derated it just confuses people
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 21, 2024
1 parent af6fe66 commit e13287a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/DemonInfoPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using namespace geode::prelude;

static int lastStatInfoID = 0;

class BI_DLL $modify(ProfilePage) {
/*class BI_DLL $modify(ProfilePage) {
void onStatInfo(CCObject* obj) {
lastStatInfoID = m_accountID;
ProfilePage::onStatInfo(obj);
Expand Down Expand Up @@ -37,4 +37,4 @@ class BI_DLL $modify(BIDemonInfoPopup, DemonInfoPopup) {
return true;
}
};
};*/

0 comments on commit e13287a

Please sign in to comment.