Skip to content

Commit 15f3713

Browse files
committedAug 5, 2014
Formspec escape fixed seen in world creation menu
1 parent d7bcde6 commit 15f3713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎builtin/mainmenu/dlg_create_world.lua

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ local function create_world_formspec(dialogdata)
4444
end
4545
end
4646

47+
current_seed = core.formspec_escape(current_seed)
4748
local retval =
4849
"size[12,6,true]" ..
4950
"label[2,0;" .. fgettext("World name") .. "]"..

0 commit comments

Comments
 (0)
Please sign in to comment.