Skip to content
Snippets Groups Projects
Commit 15f3713e authored by ShadowNinja's avatar ShadowNinja
Browse files

Formspec escape fixed seen in world creation menu

parent d7bcde6d
No related branches found
No related tags found
No related merge requests found
......@@ -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") .. "]"..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment