mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
luacheck fix
This commit is contained in:
parent
cb049ebf41
commit
78ad6d5457
@ -149,7 +149,7 @@ local function main()
|
||||
-- go through redstone definitions list
|
||||
for entry_idx = 1, #rtu_redstone do
|
||||
local entry = rtu_redstone[entry_idx] ---@type rtu_rs_definition
|
||||
local assignment = ""
|
||||
local assignment
|
||||
local for_reactor = entry.unit
|
||||
local iface_name = util.trinary(entry.color ~= nil, util.c(entry.side, "/", rsio.color_name(entry.color)), entry.side)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user