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