diff -r 3ebe8cd30b84 -r cb249fa8e3da gameServer/HWProtoInRoomState.hs --- a/gameServer/HWProtoInRoomState.hs Wed May 27 03:56:17 2009 +0000 +++ b/gameServer/HWProtoInRoomState.hs Wed May 27 15:29:30 2009 +0000 @@ -24,7 +24,7 @@ if isMaster client then [RemoveRoom] else - [RoomRemoveThisClient] + [RoomRemoveThisClient "part"] where client = clients IntMap.! clID