mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 02:30:38 +01:00
[lrfurn] Fix global variable. Fix #508
- Us: "But it's okay in Lua to use undefined variables!" - Minetest: "Yep. But we don't want that. Now cooperate."
This commit is contained in:
parent
83944bf662
commit
d31e5446bf
@ -29,7 +29,7 @@ minetest.register_node("lrfurn:coffeetable_back", {
|
||||
local node = minetest.get_node(pos)
|
||||
local param2 = node.param2
|
||||
|
||||
if lrfurn.check_forward(pos, fdir, false, placer) then
|
||||
if lrfurn.check_forward(pos, nil, false, placer) then
|
||||
|
||||
node.name = "lrfurn:coffeetable_front"
|
||||
if param2 == 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user