diff -r 66c751f7a28e -r 723f1cbe2ef3 gameServer/HWProtoInRoomState.hs --- a/gameServer/HWProtoInRoomState.hs Fri Aug 28 02:52:26 2009 +0000 +++ b/gameServer/HWProtoInRoomState.hs Sun Aug 30 08:04:59 2009 +0000 @@ -27,9 +27,6 @@ handleCmd_inRoom clID clients rooms ["PART"] = - if isMaster client then - [RemoveRoom] - else [RoomRemoveThisClient "part"] where client = clients IntMap.! clID