1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 20:06:41 +00:00

[Client] Log PlayerCellChange packets about the local player

This commit is contained in:
David Cernat 2021-03-25 03:39:13 +02:00
parent b1fbab2d1c
commit 0137772e64

View file

@ -18,6 +18,8 @@ namespace mwmp
{ {
if (isLocal()) if (isLocal())
{ {
LOG_MESSAGE_SIMPLE(TimedLog::LOG_INFO, "Received ID_PLAYER_CELL_CHANGE from server about me");
if (isRequest()) if (isRequest())
static_cast<LocalPlayer *>(player)->updateCell(true); static_cast<LocalPlayer *>(player)->updateCell(true);
else else