From 5500c9906c1c95e6d00acb06e0d29e21d36ff77f Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 15 Dec 2016 14:56:45 -0800 Subject: Run cleanfile on all files, fixing whitespace issues. --- ownership.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ownership.lua') diff --git a/ownership.lua b/ownership.lua index 1c2431b..355d7f1 100644 --- a/ownership.lua +++ b/ownership.lua @@ -22,11 +22,11 @@ function moreblocks.node_is_owned(pos, placer) end end - elseif type(isprotect)=="function" then -- glomie's protection mod + elseif type(isprotect)=="function" then -- glomie's protection mod if not isprotect(5, pos, placer) then ownername = S("someone") end - elseif type(protector)=="table" and type(protector.can_dig)=="function" then -- Zeg9's protection mod + elseif type(protector)=="table" and type(protector.can_dig)=="function" then -- Zeg9's protection mod if not protector.can_dig(5, pos, placer) then ownername = S("someone") end -- cgit v1.2.3