mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-21 09:32:25 +00:00
Removed another unneeded slash
This commit is contained in:
parent
343b781e74
commit
37cb9f00f6
@ -228,7 +228,6 @@ bool Map::CheckLoS(glm::vec3 myloc, glm::vec3 oloc) const {
|
||||
|
||||
Map *Map::LoadMapFile(std::string file) {
|
||||
std::string filename = Config->MapDir;
|
||||
filename += "/";
|
||||
std::transform(file.begin(), file.end(), file.begin(), ::tolower);
|
||||
filename += file;
|
||||
filename += ".map";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user