mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
The error should now be resolved. The script was expecting a } to close the table that started at line 177 (which is CTLD.Config = {), but instead found the = from CTLD.HoverCoachConfig = { on line 340.
This commit is contained in:
parent
949db19de9
commit
d8d5e049b9
Binary file not shown.
@ -24,6 +24,7 @@
|
||||
-- 13) Inventory helpers
|
||||
-- 14) Public helpers (catalog registration/merge)
|
||||
-- 15) Export
|
||||
-- =========================
|
||||
|
||||
if not _G.BASE then
|
||||
env.info('[Moose_CTLD] Moose (BASE) not detected. Ensure Moose.lua is loaded before Moose_CTLD.lua')
|
||||
@ -332,6 +333,7 @@ CTLD.Config = {
|
||||
ShowStockInMenu = true, -- if true, append simple stock hints to menu labels (per current nearest zone)
|
||||
HideZeroStockMenu = false, -- removed: previously created an "In Stock Here" submenu; now disabled by default
|
||||
},
|
||||
}
|
||||
|
||||
-- Immersive Hover Coach configuration (messages, thresholds, throttling)
|
||||
-- All user-facing text lives here; logic only fills placeholders.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user