Merge with master.

master
SFENCE 2022-05-07 07:56:03 +02:00
commit 087d8602df
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ local function after_place_node(pos, placer, itemstack, pointed_thing)
end
-- Backwards compatibility code
if not save.ram_disk and not save.hard_disk then
if save.fields then
laptop.mtos_cache:free(pos)
local meta = minetest.get_meta(pos)
meta:from_table({fields = save.fields})