add an update_liquids call

master
FaceDeer 2017-03-17 18:05:28 -06:00
parent eff43b5993
commit 0cb1f2684a
1 changed files with 1 additions and 0 deletions

View File

@ -364,5 +364,6 @@ if mapgen_prefill then
end
vm:set_data(data)
vm:write_to_map()
vm:update_liquids()
end)
end