diff options
| author | Brandon Bohannon <brandon@bremaweb.com> | 2013-02-16 00:49:15 -0600 |
|---|---|---|
| committer | Brandon Bohannon <brandon@bremaweb.com> | 2013-02-16 00:49:15 -0600 |
| commit | 423612b96568fa56d9da0d6839e890e8a84b1b27 (patch) | |
| tree | 06f658aa71199336729c734151fbbc055ec40b62 | |
| parent | d61958155fbdbe799d4f9040a8245f858c9b6ac6 (diff) | |
changed default mode
| -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 = {} |
