summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon <brandon@bremaweb.com>2013-06-20 09:28:38 -0500
committerBrandon <brandon@bremaweb.com>2013-06-20 09:28:38 -0500
commit214e4c9934dd062f1323337bf7913340bc9b6a5a (patch)
treec1ffe1a7ca955a5c0b19c0fcc92ec246ac080a74
parent30954d3e046ea4f074b6c6c4531a7c6b21e10454 (diff)
don't make claims local
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 0d403f1..31cb5ce 100644
--- a/init.lua
+++ b/init.lua
@@ -13,8 +13,8 @@ local banWarning = 25 -- the offense level they start getting ban warnings
local offenseReset = 1440 -- after this number of minutes all offenses will be forgiven
local adminUser = nil -- this user will be messaged if chat plus is installed when a player is autobanned
-local chunkSize = 16 -- don't change this value after you start using landrush
-local claims = {}
+chunkSize = 16 -- don't change this value after you start using landrush
+claims = {}
local offense = {}
gstepCount = 0