Skip to content

Commit

Permalink
Let me remove everything and let's hope it works
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustring authored Nov 25, 2024
1 parent f8221a7 commit 9b47645
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/hacks/Global/SafeMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,6 @@ namespace eclipse::hacks::Global {
return btn;
}

class $modify(SafeModeRLLHook, RetryLevelLayer) {
void customSetup() override {
RetryLevelLayer::customSetup();
if (!config::get<bool>("labels.cheat-indicator.endscreen", true))
return;

m_fastMenu->addChild(createCI());
}
};

class $modify(SafeModeELLHook, EndLevelLayer) {
void customSetup() override {
EndLevelLayer::customSetup();
Expand Down

0 comments on commit 9b47645

Please sign in to comment.