diff options
author | Brandon <brandon@bremaweb.com> | 2013-07-01 21:24:25 -0500 |
---|---|---|
committer | Brandon <brandon@bremaweb.com> | 2013-07-01 21:24:25 -0500 |
commit | 5f2172a2c9ec7de6ef8824f53b3a0f482ab4699f (patch) | |
tree | 99939636c2a0e3cf6f61330d67777e6c9edc9337 /init.lua | |
parent | 9a6029ad71b00f96ef825548f49ca640825968a6 (diff) |
add sharearea *all so you can retain ownership but allow everybody to edit, chatplus message went land sells
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |