Skip to content

Commit 945355d

Browse files
committed
net: Add client message when a tic is first sent.
1 parent b9cf256 commit 945355d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/net_client.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ void NET_CL_SendTiccmd(ticcmd_t *ticcmd, int maketic)
414414

415415
if (starttic < 0)
416416
starttic = 0;
417-
417+
418+
NET_Log("client: generated tic %d, sending %d-%d",
419+
maketic, starttic, endtic);
418420
NET_CL_SendTics(starttic, endtic);
419421
}
420422

0 commit comments

Comments
 (0)