# HG changeset patch # User unc0rr # Date 1235159642 0 # Node ID 4391c7037281c12843c7f1accd8580565197bc9b # Parent c697dd093bc550567a7369655aa2528c72a880ef Fix team removing on PART command 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)