summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 9491997..6d9378a 100644
--- a/init.lua
+++ b/init.lua
@@ -130,7 +130,7 @@ function landrush.can_interact(name, pos)
end
-- if it's the owner or it's shared
- if ( claims[chunk].shared[name] or claims[chunk].owner == name ) then
+ if ( claims[chunk].shared[name] or claims[chunk].owner == name or claims[chunk].shared['*all'] ) then
return true
end