diff --git a/core/logic/smn_maplists.cpp b/core/logic/smn_maplists.cpp index 4361e632..9d39d2c5 100644 --- a/core/logic/smn_maplists.cpp +++ b/core/logic/smn_maplists.cpp @@ -441,7 +441,7 @@ public: */ if (strcmp(name, "default") != 0) { - success = GetMapList(&pNewArray, name, &change_serial); + success = GetMapList(&pNewArray, "default", &change_serial); } /* If either of the last two conditions failed, try again if we can. */ if (!success && strcmp(name, "mapcyclefile") != 0)