1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

[Client] Fix console message for LocalPlayer's cell change

This commit is contained in:
David Cernat 2017-01-28 16:39:03 +02:00
parent f11df211fa
commit dddc253d70

View file

@ -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;