--- a/gameServer/HWProtoLobbyState.hs Sat Mar 05 22:39:26 2011 +0300
+++ b/gameServer/HWProtoLobbyState.hs Sun Mar 06 21:54:37 2011 +0300
@@ -15,7 +15,7 @@
import RoomsAndClients
-answerAllTeams :: ClientInfo -> [TeamInfo] -> [Action c]
+answerAllTeams :: ClientInfo -> [TeamInfo] -> [Action]
answerAllTeams cl = concatMap toAnswer
where
clChan = sendChan cl
@@ -24,7 +24,7 @@
AnswerClients [clChan] ["TEAM_COLOR", teamname team, teamcolor team],
AnswerClients [clChan] ["HH_NUM", teamname team, B.pack . show $ hhnum team]]
-handleCmd_lobby :: CmdHandler c
+handleCmd_lobby :: CmdHandler
handleCmd_lobby ["LIST"] = do