mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 04:01:29 +00:00
Added zone map mmf discovery message
This commit is contained in:
parent
6b3078d0f7
commit
4decdb3e4d
@ -286,8 +286,10 @@ Map *Map::LoadMapFile(std::string file) {
|
|||||||
#ifdef USE_MAP_MMFS
|
#ifdef USE_MAP_MMFS
|
||||||
bool Map::Load(std::string filename, bool force_mmf_overwrite)
|
bool Map::Load(std::string filename, bool force_mmf_overwrite)
|
||||||
{
|
{
|
||||||
if (LoadMMF(filename, force_mmf_overwrite))
|
if (LoadMMF(filename, force_mmf_overwrite)) {
|
||||||
|
Log.Out(Logs::General, Logs::Zone_Server, "Zone map mmf found - using it in lieu of '%s'", filename.c_str());
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
bool Map::Load(std::string filename)
|
bool Map::Load(std::string filename)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user