removed the single LabelPrefix from MapDraw and kept only the per-kind LabelPrefixes

This commit is contained in:
iTracerFacer 2025-11-05 08:55:19 -06:00
parent b8730a4bf9
commit 3ba7c60bcf

View File

@ -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',