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 20942d5 commit 341d667Copy full SHA for 341d667
src/EndLevelLayer.cpp
@@ -200,7 +200,7 @@ class $modify(MyEndLevelLayer, EndLevelLayer) {
200
}
201
202
void applyTotalAttemptAndJumpCount(GJGameLevel* level) {
203
- const std::string_view showTotalAttemptsAndJumps = geode::utils::string::toLower(getModString("showTotalAttemptsAndJumps"));
+ const std::string& showTotalAttemptsAndJumps = geode::utils::string::toLower(getModString("showTotalAttemptsAndJumps"));
204
if (showTotalAttemptsAndJumps != "fully replace" && showTotalAttemptsAndJumps != "show as addt'l info") return;
205
if (!getModBool("enabled") || showTotalAttemptsAndJumps == "disabled" || !level) return;
206
0 commit comments