Navigation Menu

Skip to content

Commit

Permalink
Formspec escape fixed seen in world creation menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowNinja committed Aug 5, 2014
1 parent d7bcde6 commit 15f3713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/mainmenu/dlg_create_world.lua
Expand Up @@ -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") .. "]"..
Expand Down

0 comments on commit 15f3713

Please sign in to comment.