DEADSOFTWARE

net: commented out old-style resource downloading handlers
[d2df-sdl.git] / src / game / g_nethandler.pas
index d8b83e043afe46edb44e4a74740553d2575841d4..ebd9d1d87552720a3f1206f6d7ad14b4aa56a2b4 100644 (file)
@@ -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;