X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_nethandler.pas;h=ebd9d1d87552720a3f1206f6d7ad14b4aa56a2b4;hb=9743f438c67a08e49556de3743da198800ca2d92;hp=d8b83e043afe46edb44e4a74740553d2575841d4;hpb=1e8d8649f9fa70dd54b628bee55772e2f4b934a0;p=d2df-sdl.git diff --git a/src/game/g_nethandler.pas b/src/game/g_nethandler.pas index d8b83e0..ebd9d1d 100644 --- a/src/game/g_nethandler.pas +++ b/src/game/g_nethandler.pas @@ -178,8 +178,8 @@ begin NET_MSG_RCON_AUTH: MH_RECV_RCONPassword(S, NetMsg); NET_MSG_RCON_CMD: MH_RECV_RCONCommand(S, NetMsg); - NET_MSG_MAP_REQUEST: MH_RECV_MapRequest(S, NetMsg); - NET_MSG_RES_REQUEST: MH_RECV_ResRequest(S, NetMsg); + //NET_MSG_MAP_REQUEST: MH_RECV_MapRequest(S, NetMsg); + //NET_MSG_RES_REQUEST: MH_RECV_ResRequest(S, NetMsg); NET_MSG_VOTE_EVENT: MH_RECV_Vote(S, NetMsg); end;