Fixed wrong named variable

master
(Only true) LNJ 2016-03-29 13:55:00 +02:00
parent e298406d73
commit 35d9f4944b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ local function register_node_fence(name, def)
end
local function register_node_fencegate(name, def)
local gate_def
local fencegate_def
if not def.fencegate then
fencegate_def = {}
else