netserver/HWProto.hs
changeset 1571 574063b456c0
parent 1569 4456a0dfc647
child 1577 e3e37c730dc0
--- a/netserver/HWProto.hs	Fri Jan 02 20:02:52 2009 +0000
+++ b/netserver/HWProto.hs	Fri Jan 02 21:00:27 2009 +0000
@@ -142,7 +142,7 @@
 
 -- 'no info' state - need to get protocol number and nickname
 onLoginFinished client clients =
-	if (protocol client < 20) || (null $ nick client) || (protocol client == 0) then
+	if (null $ nick client) || (protocol client == 0) then
 		[]
 	else
 		(answerClientOnly $ ["LOBBY:JOINED"] ++ (map nick $ clients)) ++