diff --git a/client/lobby/SelectionTab.cpp b/client/lobby/SelectionTab.cpp index 5b12e2354..7a300d315 100644 --- a/client/lobby/SelectionTab.cpp +++ b/client/lobby/SelectionTab.cpp @@ -534,13 +534,6 @@ void SelectionTab::parseMaps(const std::unordered_set & files) { try { - const std::string filename_prefix = file.getName().substr(file.getName().find_last_of("/\\") + 1, 2); - if(filename_prefix == "__") - { - logGlobal->trace("Map %s marked as hidden"); - continue; - } - auto mapInfo = std::make_shared(); mapInfo->mapInit(file.getName());