Add files via upload

master
AiTechEye 2018-12-29 21:45:11 +01:00 committed by GitHub
parent 6d076d6f66
commit 3165cba518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ after_place_node = function(pos, placer)
mesetec.nodeswitch_user[p]={pos=pos,name=p,id=id}
end, p,id,pos)
minetest.after(10, function(p,id)
minetest.after(60, function(p,id)
if mesetec.nodeswitch_user[p] and mesetec.nodeswitch_user[p].id==id then
mesetec.nodeswitch_user[p]=nil
end