swap vm calls

master
NatureFreshMilk 2019-06-28 11:19:33 +02:00
parent 2450e91b42
commit e4ccab6161
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ planetoids.mapgen_oreplanet = function(minp, maxp, vm, area)
end --y
end --z
minetest.generate_ores(vm, minp, maxp)
vm:set_data(data)
minetest.generate_ores(vm, minp, maxp)
end