diff options
author | Kilarin <gith-dch00@sneakemail.com> | 2015-03-23 23:18:56 -0500 |
---|---|---|
committer | Kilarin <gith-dch00@sneakemail.com> | 2015-03-23 23:18:56 -0500 |
commit | f48bd41f18ef3aad44012ec8d7d456d274fab6e2 (patch) | |
tree | 524d85330631f8080e5abebaf5a8521a69004778 | |
parent | f5f119a49d089dbea88d6b0fc58f44dfcbcd0dd0 (diff) |
increased number of markers
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |