1
0
mirror of https://github.com/Sokomine/markers.git synced 2024-11-13 05:40:24 +01:00

increased number of markers

This commit is contained in:
Kilarin 2015-03-23 23:18:56 -05:00
parent f5f119a49d
commit f48bd41f18

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;