Tools/MMAPs: Fix log message if mmaps folder is not found

Fixes #12787
This commit is contained in:
jackpoz
2014-08-10 17:25:48 +02:00
parent 99e36e923f
commit f8a7d537ec

View File

@@ -276,7 +276,7 @@ int main(int argc, char** argv)
}
if (!checkDirectories(debugOutput))
return silent ? -3 : finish("Press any key to close...", -3);
return silent ? -3 : finish("Press ENTER to close...", -3);
MapBuilder builder(maxAngle, skipLiquid, skipContinents, skipJunkMaps,
skipBattlegrounds, debugOutput, bigBaseUnit, offMeshInputPath);