X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_nethandler.pas;h=346a5018f2295f2d20871c01ef1a33e0b8901545;hb=b7f7681ccf7ac960f25f8cadebd6da7d109211bf;hp=dadef20a3acf022e4716002a1c960bb2892eb757;hpb=69ed21bb4a9cd4c59ba1acfd5971c7be5f854ee2;p=d2df-sdl.git 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);