forked from mirror/openmw-tes3mp
[Client] Fix console message for LocalPlayer's cell change
This commit is contained in:
parent
f11df211fa
commit
dddc253d70
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ void LocalPlayer::updateCell(bool forceUpdate)
|
||||||
|
|
||||||
LOG_APPEND(Log::LOG_INFO, "- Moved from %s to %s",
|
LOG_APPEND(Log::LOG_INFO, "- Moved from %s to %s",
|
||||||
cell.getDescription().c_str(),
|
cell.getDescription().c_str(),
|
||||||
cell.getDescription().c_str());
|
ptrCell->getDescription().c_str());
|
||||||
|
|
||||||
cell = *ptrCell;
|
cell = *ptrCell;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue