mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-31 00:36:42 +00:00
[Client] Log PlayerCellChange packets about the local player
This commit is contained in:
parent
b1fbab2d1c
commit
0137772e64
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ namespace mwmp
|
|||
{
|
||||
if (isLocal())
|
||||
{
|
||||
LOG_MESSAGE_SIMPLE(TimedLog::LOG_INFO, "Received ID_PLAYER_CELL_CHANGE from server about me");
|
||||
|
||||
if (isRequest())
|
||||
static_cast<LocalPlayer *>(player)->updateCell(true);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue