Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flowers/mapgen.lua: Remove unnecessary double quotation marks
  • Loading branch information
paramat committed Mar 25, 2015
1 parent 8a8712e commit 21c874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/flowers/mapgen.lua
Expand Up @@ -13,7 +13,7 @@ local function register_flower(name)
},
y_min = 1,
y_max = 30,
decoration = "flowers:"..name.."",
decoration = "flowers:"..name,
})
end

Expand Down

0 comments on commit 21c874a

Please sign in to comment.