1
0
derivado de mtcontrib/markers

increased number of markers

Este cometimento está contido em:
Kilarin
2015-03-23 23:18:56 -05:00
ascendente f5f119a49d
cometimento f48bd41f18

Ver ficheiro

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