gameServer/HWProtoInRoomState.hs
changeset 2126 cb249fa8e3da
parent 1977 2284d7fefe4f
child 2207 aeea95909aba
equal deleted inserted replaced
2125:3ebe8cd30b84 2126:cb249fa8e3da
    22 
    22 
    23 handleCmd_inRoom clID clients rooms ["PART"] =
    23 handleCmd_inRoom clID clients rooms ["PART"] =
    24 	if isMaster client then
    24 	if isMaster client then
    25 		[RemoveRoom]
    25 		[RemoveRoom]
    26 	else
    26 	else
    27 		[RoomRemoveThisClient]
    27 		[RoomRemoveThisClient "part"]
    28 	where
    28 	where
    29 		client = clients IntMap.! clID
    29 		client = clients IntMap.! clID
    30 
    30 
    31 
    31 
    32 handleCmd_inRoom clID clients rooms ("CFG" : paramName : paramStrs) =
    32 handleCmd_inRoom clID clients rooms ("CFG" : paramName : paramStrs) =