Skip to content

Commit 21c874a

Browse files
committedMar 25, 2015
flowers/mapgen.lua: Remove unnecessary double quotation marks
1 parent 8a8712e commit 21c874a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mods/flowers/mapgen.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local function register_flower(name)
1313
},
1414
y_min = 1,
1515
y_max = 30,
16-
decoration = "flowers:"..name.."",
16+
decoration = "flowers:"..name,
1717
})
1818
end
1919

0 commit comments

Comments
 (0)
Please sign in to comment.