From b7f7681ccf7ac960f25f8cadebd6da7d109211bf Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 27 Aug 2019 02:11:36 +0300 Subject: [PATCH] Remove stray conprint --- src/game/g_nethandler.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/g_nethandler.pas b/src/game/g_nethandler.pas index dadef20..346a501 100644 --- a/src/game/g_nethandler.pas +++ b/src/game/g_nethandler.pas @@ -162,7 +162,6 @@ var begin Result := True; MID := NetMsg.ReadByte(); - g_Console_Add('MID = ' + IntTOStr(MID)); case MID of NET_MSG_INFO: MH_RECV_Info(S, NetMsg); -- 2.29.2