gameServer/HWProtoLobbyState.hs
changeset 3277 70d4265871ff
parent 3260 b44b88908758
child 3283 18ee933a5864
--- a/gameServer/HWProtoLobbyState.hs	Sat Apr 03 03:24:12 2010 +0000
+++ b/gameServer/HWProtoLobbyState.hs	Sat Apr 03 06:25:23 2010 +0000
@@ -30,7 +30,7 @@
         protocol = clientProto client
         client = clients IntMap.! clID
         roomInfo room
-            | clientProto client < 30 = [
+            | clientProto client < 28 = [
                 name room,
                 show (playersIn room) ++ "(" ++ show (length $ teams room) ++ ")",
                 show $ gameinprogress room