diff options
author | Brandon <brandon@bremaweb.com> | 2013-06-20 09:28:38 -0500 |
---|---|---|
committer | Brandon <brandon@bremaweb.com> | 2013-06-20 09:28:38 -0500 |
commit | 214e4c9934dd062f1323337bf7913340bc9b6a5a (patch) | |
tree | c1ffe1a7ca955a5c0b19c0fcc92ec246ac080a74 | |
parent | 30954d3e046ea4f074b6c6c4531a7c6b21e10454 (diff) |
don't make claims local
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |