diff --git a/desktop_version/src/CustomLevels.cpp b/desktop_version/src/CustomLevels.cpp index 704bed37..76db9a61 100644 --- a/desktop_version/src/CustomLevels.cpp +++ b/desktop_version/src/CustomLevels.cpp @@ -1387,6 +1387,10 @@ next: { name.text.push_back(std::string(text)); } + else + { + name.text.push_back(std::string("")); + } } else { @@ -1404,6 +1408,10 @@ next: { name.text.push_back(std::string(text)); } + else + { + name.text.push_back(std::string("")); + } } } }