From 2e922a3673b06ae99ea96f3db43267afe55cae3e Mon Sep 17 00:00:00 2001 From: toaster Date: Tue, 22 Sep 2020 13:21:24 +0100 Subject: [PATCH] Null out the messages Sal added while trying to fix the thing --- src/d_clisrv.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 2f5b1f354..657e95681 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -5484,18 +5484,6 @@ static void SV_Maketic(void) // Copy the input from the previous tic *ticcmd = *prevticcmd; ticcmd->flags &= ~TICCMD_RECEIVED; - -#if 1 - CONS_Printf( - "[PLAYER %d] move: %d, turn: %d, buttons: %d, latency: %d, flags: %d\n", - i, - ticcmd->forwardmove, - ticcmd->turning, - ticcmd->buttons, - ticcmd->latency, - ticcmd->flags - ); -#endif } } }