Merge pull request #6 from xeranas/master

fix compatibility issue with new doors api
master
Splizard 2016-12-28 10:19:44 +13:00 committed by GitHub
commit ba74f7281c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ minetest.register_abm({
chance = 1,
catch_up = false,
action = function(pos, node)
minetest.after(1, b1rc, pos, node, "")
minetest.after(1, b1rc, pos, node, nil)
end
})