DEADSOFTWARE

Remove stray conprint
authorfgsfds <pvt.fgsfds@gmail.com>
Mon, 26 Aug 2019 23:11:36 +0000 (02:11 +0300)
committerfgsfds <pvt.fgsfds@gmail.com>
Mon, 26 Aug 2019 23:11:36 +0000 (02:11 +0300)
src/game/g_nethandler.pas

index dadef20a3acf022e4716002a1c960bb2892eb757..346a5018f2295f2d20871c01ef1a33e0b8901545 100644 (file)
@@ -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);