Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Mar 7, 2024
1 parent b588411 commit 3ecc72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hacks/PracticeAlert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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("<cg>practice mode</c>?"),
std::string("Are you sure you want to\n") + std::string(PlayLayer::get()->m_isPracticeMode ? "exit" : "enter") + std::string(" <cg>practice mode</c>?"),
"Cancel", "Practice",
[this, sender](FLAlertLayer* tis, bool btn2) {
log::info("click practice");
Expand Down

0 comments on commit 3ecc72d

Please sign in to comment.