Fix typo in flower generation

This commit is contained in:
HybridDog 2013-08-03 11:41:59 +02:00 committed by PilzAdam
parent fa9424c31b
commit 9df85d7752
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
elseif flower_choice == 4 then
flower = "flowers:dandelion_white"
elseif flower_choice == 5 then
flower = "flowers:flower_geranium"
flower = "flowers:geranium"
elseif flower_choice == 6 then
flower = "flowers:viola"
end