mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[Client] Log PlayerCellChange packets about the local player
This commit is contained in:
parent
b1fbab2d1c
commit
0137772e64
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user