We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00d3d7 commit 09e5cdaCopy full SHA for 09e5cda
src/PlayLayer.cpp
@@ -277,7 +277,6 @@ class $modify(MyPlayLayer, PlayLayer) {
277
if (fontID != 0 && fontID != -3 && getModBool("customFontGoldColor")) hopefullyALabel->setColor({254, 207, 6});
278
}
279
280
-
281
void updateInfoLabel() {
282
PlayLayer::updateInfoLabel();
283
if (!getModBool("enabled") || !m_level || m_level->isPlatformer() || !m_player1->m_isDead || m_isPlatformer) return;
0 commit comments