Use 'vm:write_to_map()' without incorrect 'data' argument

master
paramat 2018-03-18 03:56:36 +00:00
parent 68d547e006
commit 40fd390c32
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
-- Calculate lighting for what has been created.
vm:calc_lighting()
-- Write what has been created to the world.
vm:write_to_map(data)
vm:write_to_map()
-- Liquid nodes were placed so set them flowing.
vm:update_liquids()