gameServer/HWProtoLobbyState.hs
changeset 3425 ead2ed20dfd4
parent 3283 18ee933a5864
child 3435 4e4f88a7bdf2
--- a/gameServer/HWProtoLobbyState.hs	Tue May 04 21:30:25 2010 +0000
+++ b/gameServer/HWProtoLobbyState.hs	Wed May 05 08:01:37 2010 +0000
@@ -100,7 +100,7 @@
             roomClientsIDs
 
         toAnswer (paramName, paramStrs) = AnswerThisClient $ "CFG" : paramName : paramStrs
-        
+
         answerFullConfig = map toAnswer (leftConfigPart ++ rightConfigPart)
         (leftConfigPart, rightConfigPart) = partition (\(p, _) -> p /= "MAP") (Map.toList $ params jRoom)
 
@@ -118,7 +118,7 @@
 
 handleCmd_lobby clID clients rooms ["JOIN_ROOM", roomName] =
     handleCmd_lobby clID clients rooms ["JOIN_ROOM", roomName, ""]
-    
+
 
 handleCmd_lobby clID clients rooms ["FOLLOW", asknick] =
     if noSuchClient || roomID followClient == 0 then