Merge pull request #21 from shamoanjac/master

Fixed broken protection
This commit is contained in:
agrecascino 2016-08-17 15:46:35 -04:00 committed by GitHub
commit 6052e0d541
1 changed files with 2 additions and 0 deletions

View File

@ -756,6 +756,8 @@ minetest.is_protected = function(pos, player)
else
return true
end
else
return true
end
end
end