# HG changeset patch
# User unc0rr
# Date 1270275923 0
# Node ID 70d4265871ff23c187153f70444e5ce8174a6a5b
# Parent  039145459ac8a68abde881c9cf57a44bbec92a7f
Oops, fix server

diff -r 039145459ac8 -r 70d4265871ff gameServer/HWProtoLobbyState.hs
--- 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