mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-13 22:30:21 +02:00
fix luacheck
This commit is contained in:
parent
669a8c03b1
commit
c225dfad61
@ -66,7 +66,7 @@ local function punch_filter(data, filtpos, filtnode, msg)
|
||||
if not fromnode then return end
|
||||
local fromdef = minetest.registered_nodes[fromnode.name]
|
||||
if not fromdef then return end
|
||||
local fromtube = fromdef.tube
|
||||
local fromtube = table.copy(fromdef.tube)
|
||||
local input_special_cases = {
|
||||
["technic:mv_electric_furnace"] = "dst",
|
||||
["technic:mv_electric_furnace_active"] = "dst",
|
||||
|
Loading…
x
Reference in New Issue
Block a user