diff --git a/src/d_clisrv.c b/src/d_clisrv.c
index 89418dde2c79ccb751fc048206ef7dc38c9a05f6..6adaae1917449386c3561ac1905eec3c3902cd09 100644
--- a/src/d_clisrv.c
+++ b/src/d_clisrv.c
@@ -3413,6 +3413,7 @@ static void HandlePacketFromAwayNode(SINT8 node)
 	switch (netbuffer->packettype)
 	{
 		case PT_ASKINFOVIAMS:
+#if 0
 			if (server && serverrunning)
 			{
 				INT32 clientnode;
@@ -3434,6 +3435,9 @@ static void HandlePacketFromAwayNode(SINT8 node)
 			}
 			else
 				Net_CloseConnection(node); // you're not supposed to get it, so ignore it
+#else
+			Net_CloseConnection(node);
+#endif
 			break;
 
 		case PT_ASKINFO: