mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-09 13:22: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 += file;
|
||||||
filename += ".map";
|
filename += ".map";
|
||||||
|
|
||||||
|
Log.Out(Logs::General, Logs::Status, "Attempting to load Map File :: '%s'", filename.c_str());
|
||||||
|
|
||||||
auto m = new Map();
|
auto m = new Map();
|
||||||
if (m->Load(filename)) {
|
if (m->Load(filename)) {
|
||||||
return m;
|
return m;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user