mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-08-02 19:50:17 +02:00
fix crash
This commit is contained in:
@ -644,7 +644,7 @@ minetest.register_lbm({
|
|||||||
local old_node = node.name
|
local old_node = node.name
|
||||||
local old_fdir
|
local old_fdir
|
||||||
local new_node = newname
|
local new_node = newname
|
||||||
local new_fdir
|
local new_fdir = 1
|
||||||
local param2
|
local param2
|
||||||
|
|
||||||
if string.find(name, "glowlight") then
|
if string.find(name, "glowlight") then
|
||||||
|
Reference in New Issue
Block a user