forked from your-land-mirror/minetest-flow
Fix formname prefix
This commit is contained in:
parent
275ef77dec
commit
fa003ade20
2
init.lua
2
init.lua
@ -696,7 +696,7 @@ end
|
||||
local used_ids = {}
|
||||
setmetatable(used_ids, {__mode = "v"})
|
||||
|
||||
local formname_prefix = minetest and minetest.get_current_modname() or "" .. ":"
|
||||
local formname_prefix = minetest.get_current_modname() .. ":"
|
||||
|
||||
local form_mt = {__index = Form}
|
||||
function flow.make_gui(build_func)
|
||||
|
Loading…
Reference in New Issue
Block a user