diff options
author | Auke Kok <sofar@foo-projects.org> | 2016-12-15 14:56:45 -0800 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2016-12-31 12:33:09 -0800 |
commit | 5500c9906c1c95e6d00acb06e0d29e21d36ff77f (patch) | |
tree | a0cb511cbb2f05076b3cb6855bdff1fd31e121d8 /ownership.lua | |
parent | d587b4d23f9d386b1a3b924d0a3860b05941eee8 (diff) |
Run cleanfile on all files, fixing whitespace issues.
Diffstat (limited to 'ownership.lua')
-rw-r--r-- | ownership.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 |