[Maps]: Re-Write log message (#838)

This commit is contained in:
Edo 2023-03-17 13:47:33 +00:00 committed by GitHub
parent 48f2cbc06d
commit 960a95b38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -603,7 +603,7 @@ namespace Components
void Maps::ScanCustomMaps() void Maps::ScanCustomMaps()
{ {
FoundCustomMaps.clear(); FoundCustomMaps.clear();
Logger::Print("Scanning custom maps...\n"); Logger::Print("Looking for custom maps...\n");
std::filesystem::path basePath = (*Game::fs_basepath)->current.string; std::filesystem::path basePath = (*Game::fs_basepath)->current.string;
basePath /= "usermaps"; basePath /= "usermaps";