Show joins of ppl with 097 too
authorunc0rr
Fri, 02 Jan 2009 21:00:27 +0000
changeset 1571 574063b456c0
parent 1570 4e6ee597fb34
child 1572 e1b40c3560bb
Show joins of ppl with 097 too
netserver/HWProto.hs
--- 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)) ++