mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix map loading paths for both platforms
This commit is contained in:
@@ -286,6 +286,7 @@ Map *Map::LoadMapFile(std::string file) {
|
||||
filename = Config->MapDir;
|
||||
}
|
||||
std::transform(file.begin(), file.end(), file.begin(), ::tolower);
|
||||
filename += "/";
|
||||
filename += file;
|
||||
filename += ".map";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user