Fixed broken protection

This commit is contained in:
shamoanjac 2016-08-17 08:15:18 +02:00
parent b2638a0b78
commit 756e489a7f
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