gameServer/HWProtoInRoomState.hs
changeset 2126 cb249fa8e3da
parent 1977 2284d7fefe4f
child 2207 aeea95909aba
--- 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