fix crash

This commit is contained in:
Vanessa Ezekowitz 2017-02-01 11:51:12 -05:00
parent 1fabeb3975
commit cad8a378c3
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ minetest.register_lbm({
local old_node = node.name
local old_fdir
local new_node = newname
local new_fdir
local new_fdir = 1
local param2
if string.find(name, "glowlight") then