forked from Mirrorlandia_minetest/minetest
Formspec escape fixed seen in world creation menu
This commit is contained in:
parent
d7bcde6db4
commit
15f3713e2f
@ -44,6 +44,7 @@ local function create_world_formspec(dialogdata)
|
||||
end
|
||||
end
|
||||
|
||||
current_seed = core.formspec_escape(current_seed)
|
||||
local retval =
|
||||
"size[12,6,true]" ..
|
||||
"label[2,0;" .. fgettext("World name") .. "]"..
|
||||
|
Loading…
Reference in New Issue
Block a user