mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixes per luacheck
This commit is contained in:
parent
8b3f558f68
commit
b93c6b7c6e
@ -216,7 +216,7 @@ local function pipenet(args)
|
||||
for x = 1, args.width do
|
||||
for y = 1, args.height do
|
||||
local entry = map[x][y] ---@type _pipe_map_entry|false
|
||||
local char = ""
|
||||
local char
|
||||
local invert = false
|
||||
|
||||
if entry ~= false then
|
||||
|
Loading…
Reference in New Issue
Block a user