diff -r c697dd093bc5 -r 4391c7037281 gameServer/HWProtoInRoomState.hs --- a/gameServer/HWProtoInRoomState.hs Fri Feb 20 19:49:34 2009 +0000 +++ b/gameServer/HWProtoInRoomState.hs Fri Feb 20 19:54:02 2009 +0000 @@ -23,8 +23,8 @@ if isMaster client then [RemoveRoom] else - RoomRemoveThisClient - : removeClientTeams + removeClientTeams ++ + [RoomRemoveThisClient] where client = clients IntMap.! clID room = rooms IntMap.! (roomID client)