Fix most of the namespace pollutions reported in #311

此提交包含在:
sfan5
2017-01-15 11:53:49 +01:00
父節點 7415036f5b
當前提交 c2e3d7c4e5
共有 8 個檔案被更改,包括 25 行新增20 行删除

查看文件

@ -54,7 +54,7 @@ local function update_gate(pos, node, link, newstate)
end
end
function register_gate(name, inputnumber, assess, recipe)
local function register_gate(name, inputnumber, assess, recipe)
local get_inputrules = inputnumber == 2 and gate_get_input_rules_twoinputs or
gate_get_input_rules_oneinput
local description = "Mesecons Logic Gate: "..name