diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ landrush = {} -- Change this to true if you want to require people to claim an area before building or digging -local requireClaim = true +local requireClaim = false local chunkSize = 16 local claims = {} |