Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 55ee74f

Browse files
log delta
1 parent 1c7065f commit 55ee74f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Scripts/Netcode/Common/CPacketProcessDelta.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public override void Read(PacketReader reader)
2121
public override void Handle(ENet.Peer peer)
2222
{
2323
GameServer.Delta = Delta;
24+
GameServer.Log("Received delta: " + Delta);
2425
}
2526
}
2627
}

0 commit comments

Comments
 (0)