diff --git a/desktop_version/src/CustomLevels.cpp b/desktop_version/src/CustomLevels.cpp index 58365528..818002a5 100644 --- a/desktop_version/src/CustomLevels.cpp +++ b/desktop_version/src/CustomLevels.cpp @@ -1392,6 +1392,10 @@ next: { name.text.push_back(std::string(text)); } + else + { + name.text.push_back(std::string("")); + } } else { @@ -1409,6 +1413,10 @@ next: { name.text.push_back(std::string(text)); } + else + { + name.text.push_back(std::string("")); + } } } }