fix: update comments for clarity and organization in inventoryClient.lua

This commit is contained in:
MayaTheShy
2026-03-22 20:10:41 -04:00
parent 02248ccc38
commit 69e24e7d79

View File

@@ -2,6 +2,9 @@
-- Connects to the master inventoryManager via wired modem.
-- Shows the same dashboard but runs NO automation tasks.
-- Orders and smelter controls are sent to the master.
--
-- Uses Opus UI framework via manager/client_display.lua
-- (mirrors manager/display.lua used by the server).
-------------------------------------------------
-- Default configuration (overridden by .client_config)
@@ -39,10 +42,9 @@ end
local CLIENT_CONFIG_FILE = _path(".client_config")
-------------------------------------------------
-- Shared UI helpers (loaded early for config use)
-- Modules
-------------------------------------------------
local ui = dofile(_path("lib/ui.lua"))
local log = dofile(_path("lib/log.lua"))
local function loadConfig()