diff --git a/srcgen/consts/queue.rs.dt b/srcgen/consts/queue.rs.dt index a497202..359af98 100644 --- a/srcgen/consts/queue.rs.dt +++ b/srcgen/consts/queue.rs.dt @@ -28,7 +28,7 @@ pub enum Queue { for (let { queueId, map, description, notes } of colQueues) { const doc = (description ? description + ' games on ' : '') + map; const deprecated = (notes || '').toUpperCase().indexOf('DEPRECATED') >= 0; - const name = groupName + ((colQueues.length > 1 && deprecated) ? '_DEPRECATED' : ''); + const name = groupName + ((colQueues.length > 1 && deprecated) ? `_DEPRECATED_${queueId}` : ''); }} /// {{= doc }}. {{? notes }}