Skip to content
Snippets Groups Projects
Commit 21c874ab authored by paramat's avatar paramat
Browse files

flowers/mapgen.lua: Remove unnecessary double quotation marks

parent 8a8712e4
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ local function register_flower(name)
},
y_min = 1,
y_max = 30,
decoration = "flowers:"..name.."",
decoration = "flowers:"..name,
})
end
......
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