gameServer/HWProtoInRoomState.hs
changeset 2337 723f1cbe2ef3
parent 2304 a6e733ad0366
child 2352 7eaf82cf0890
--- 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