Add files via upload

master
AiTechEye 2018-11-21 14:40:35 +01:00 committed by GitHub
parent be9ef5889c
commit c11f74fbe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ minetest.after(0.1, function()
for i,v in pairs(tempsurvive.nodes) do
if string.find(i,":")==nil then
groups_to_change[i]=v
else
elseif minetest.registered_nodes[i] then
local group=table.copy(minetest.registered_nodes[i].groups or {})
group.tempsurvive=1
group.tempsurvive_add=v.add