# HG changeset patch # User unc0rr # Date 1296937990 -10800 # Node ID 89777ce0d273c6529c5c095c583e9ccbd8fc5b31 # Parent 2efad3acbb74553a5e9bea867a577c471ec0bb37 Fix password checking diff -r 2efad3acbb74 -r 89777ce0d273 gameServer/Actions.hs --- a/gameServer/Actions.hs Sat Feb 05 23:15:22 2011 +0300 +++ b/gameServer/Actions.hs Sat Feb 05 23:33:10 2011 +0300 @@ -325,7 +325,7 @@ case info of HasAccount passwd isAdmin -> do chan <- client's sendChan - processAction $ AnswerClients [chan] ["ASKPASSWORD"] + mapM_ processAction [AnswerClients [chan] ["ASKPASSWORD"], ModifyClient (\c -> c{webPassword = passwd})] Guest -> do processAction JoinLobby Admin -> do