increased number of markers

This commit is contained in:
Kilarin 2015-03-23 23:18:56 -05:00
parent f5f119a49d
commit f48bd41f18
1 changed files with 1 additions and 1 deletions

View File

@ -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;