From f0ca8b407e735c4625b8933562b88e3d1ec334e9 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 29 Mar 2026 15:10:00 -0400 Subject: [PATCH] fix: ensure configuration is loaded during initialization --- inventoryManager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/inventoryManager.lua b/inventoryManager.lua index e13ae67..3702a6e 100644 --- a/inventoryManager.lua +++ b/inventoryManager.lua @@ -57,6 +57,7 @@ local ui = dofile(_path("lib/ui.lua")) ------------------------------------------------- local cfg = dofile(_path("manager/config.lua"))(log, _path) +cfg.loadConfig() local state = dofile(_path("manager/state.lua"))() -- Shared context table (Lua tables are by-reference, so all