mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 15:52:25 +00:00
Add map debugging [skip ci]
This commit is contained in:
parent
3447c86562
commit
e8d80a436e
@ -289,6 +289,8 @@ Map *Map::LoadMapFile(std::string file) {
|
||||
filename += file;
|
||||
filename += ".map";
|
||||
|
||||
Log.Out(Logs::General, Logs::Status, "Attempting to load Map File :: '%s'", filename.c_str());
|
||||
|
||||
auto m = new Map();
|
||||
if (m->Load(filename)) {
|
||||
return m;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user