Bugfix
This commit is contained in:
parent
5e9f0c8150
commit
214ec19ed4
|
@ -63,7 +63,7 @@ Form.open = Form.show
|
||||||
function Form:close()
|
function Form:close()
|
||||||
local data = get(self)
|
local data = get(self)
|
||||||
if open_formspecs[data.victim] == self then
|
if open_formspecs[data.victim] == self then
|
||||||
minetest.close_formspec(data.victim, data.name)
|
minetest.close_formspec(data.victim, data.formname)
|
||||||
open_formspecs[data.victim] = nil
|
open_formspecs[data.victim] = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue