diff --git a/apps/openmw/mwmp/LocalPlayer.cpp b/apps/openmw/mwmp/LocalPlayer.cpp index 9c651dcc3..a5dda2024 100644 --- a/apps/openmw/mwmp/LocalPlayer.cpp +++ b/apps/openmw/mwmp/LocalPlayer.cpp @@ -346,7 +346,7 @@ void LocalPlayer::updateCell(bool forceUpdate) LOG_APPEND(Log::LOG_INFO, "- Moved from %s to %s", cell.getDescription().c_str(), - cell.getDescription().c_str()); + ptrCell->getDescription().c_str()); cell = *ptrCell;