summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Bohannon <brandon@bremaweb.com>2013-02-16 00:49:15 -0600
committerBrandon Bohannon <brandon@bremaweb.com>2013-02-16 00:49:15 -0600
commit423612b96568fa56d9da0d6839e890e8a84b1b27 (patch)
tree06f658aa71199336729c734151fbbc055ec40b62
parentd61958155fbdbe799d4f9040a8245f858c9b6ac6 (diff)
changed default mode
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 952c97b..cdebf77 100644
--- a/init.lua
+++ b/init.lua
@@ -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 = {}