(crashfix pt.2)

master
Giov4 2021-02-13 18:05:42 +01:00
parent 60b6290754
commit 1ed26b916c
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ for arena_name, map in pairs(maps) do
end
end
for pos, bool in pairs(map.always_to_be_reset_nodes) do
if type(pos) == "string" then
if minetest.deserialize(pos) then
local hash_pos = minetest.hash_node_position(minetest.deserialize(pos))
map.always_to_be_reset_nodes[pos] = nilf
map.always_to_be_reset_nodes[hash_pos] = bool