Skip to content

Commit 27b7c47

Browse files
committed
:ned:
1 parent eddc07e commit 27b7c47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"mac": "2.200",
66
"android": "*"
77
},
8-
"version": "v2.2.3",
8+
"version": "v2.2.4",
99
"id": "TheSillyDoggo.GradientPages",
1010
"name": "Gradient Pages",
1111
"developer": "TheSillyDoggo",

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ class $modify(ProfilePage) {
301301

302302
virtual void loadPageFromUserInfo(GJUserScore* score)
303303
{
304+
ProfilePage::loadPageFromUserInfo(score);
305+
304306
if (!Mod::get()->getSettingValue<bool>("apply-profiles") || Loader::get()->getLoadedMod("bitz.customprofiles"))
305307
return;
306308

@@ -312,8 +314,6 @@ class $modify(ProfilePage) {
312314
log::info("colour 2: {}", score->m_color2);
313315
//score->m_commentHistoryStatus = 0;
314316

315-
ProfilePage::loadPageFromUserInfo(score);
316-
317317
#ifdef GEODE_IS_MACOS
318318

319319
if (GradientPages::macNode)

0 commit comments

Comments
 (0)