mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
Add map debugging [skip ci]
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user