[Maps]: Re-Write log message (#838)
This commit is contained in:
parent
48f2cbc06d
commit
960a95b38e
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user