aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r--src/game/Map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp
index 132a61a4f8d..65e45ba62b8 100644
--- a/src/game/Map.cpp
+++ b/src/game/Map.cpp
@@ -1107,6 +1107,7 @@ void Map::RemoveAllPlayers()
{
if(HavePlayers())
{
+ // this is happening for bg
sLog.outError("Map::UnloadAll: there are still players in the instance at unload, should not happen!");
for(MapRefManager::iterator itr = m_mapRefManager.begin(); itr != m_mapRefManager.end(); ++itr)