summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorKilarin <gith-dch00@sneakemail.com>2015-03-23 23:18:56 -0500
committerKilarin <gith-dch00@sneakemail.com>2015-03-23 23:18:56 -0500
commitf48bd41f18ef3aad44012ec8d7d456d274fab6e2 (patch)
tree524d85330631f8080e5abebaf5a8521a69004778 /init.lua
parentf5f119a49d089dbea88d6b0fc58f44dfcbcd0dd0 (diff)
increased number of markers
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 30e3ab7..175d563 100644
--- a/init.lua
+++ b/init.lua
@@ -9,7 +9,7 @@ markers = {}
markers.positions = {}
-- store the positions of that many markers for each player (until server restart)
-markers.MAX_MARKERS = 10;
+markers.MAX_MARKERS = 50;
-- the protection against digging of the marker by other players expires after this time
markers.EXPIRE_AFTER = 60*60*24;