1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 23:10:17 +01:00

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

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