changeset 1818 | 4391c7037281 |
parent 1815 | 3d62cf9c350e |
child 1831 | 025348f05b9f |
--- 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)