diff --git a/src/Hacks/PracticeAlert.cpp b/src/Hacks/PracticeAlert.cpp index dd2af69..5f246cd 100644 --- a/src/Hacks/PracticeAlert.cpp +++ b/src/Hacks/PracticeAlert.cpp @@ -19,7 +19,7 @@ class $modify (PauseLayer) geode::createQuickPopup( "Practice Mode", - std::string("Are you sure you want to\n") + std::string(PlayLayer::get()->m_isPracticeMode ? "exit" : "enter") + std::string("practice mode?"), + std::string("Are you sure you want to\n") + std::string(PlayLayer::get()->m_isPracticeMode ? "exit" : "enter") + std::string(" practice mode?"), "Cancel", "Practice", [this, sender](FLAlertLayer* tis, bool btn2) { log::info("click practice");