mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-23 10:42: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) {
|
Map *Map::LoadMapFile(std::string file) {
|
||||||
std::string filename = Config->MapDir;
|
std::string filename = Config->MapDir;
|
||||||
filename += "/";
|
|
||||||
std::transform(file.begin(), file.end(), file.begin(), ::tolower);
|
std::transform(file.begin(), file.end(), file.begin(), ::tolower);
|
||||||
filename += file;
|
filename += file;
|
||||||
filename += ".map";
|
filename += ".map";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user