From 3ba7c60bcf420c3460080483d220e0ba2f39026a Mon Sep 17 00:00:00 2001 From: iTracerFacer <134304944+iTracerFacer@users.noreply.github.com> Date: Wed, 5 Nov 2025 08:55:19 -0600 Subject: [PATCH] removed the single LabelPrefix from MapDraw and kept only the per-kind LabelPrefixes --- Moose_CTLD_Pure/Moose_CTLD.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Moose_CTLD_Pure/Moose_CTLD.lua b/Moose_CTLD_Pure/Moose_CTLD.lua index 4dd2c8f..35e10e2 100644 --- a/Moose_CTLD_Pure/Moose_CTLD.lua +++ b/Moose_CTLD_Pure/Moose_CTLD.lua @@ -194,8 +194,7 @@ CTLD.Config = { }, FontSize = 18, -- label text size ReadOnly = true, -- prevent clients from removing the shapes - LabelPrefix = 'Supply Zone', -- default prefix (used for Pickup if per-kind not provided) - -- Optional per-kind label prefixes (overrides LabelPrefix for specific kinds) + -- Per-kind label prefixes LabelPrefixes = { Pickup = 'Supply Zone', Drop = 'Drop Zone',