mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Fix map loading paths for both platforms
This commit is contained in:
parent
e8d80a436e
commit
04c8fe7d2c
@ -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";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user