forked from mtcontrib/markers
increased number of markers
This commit is contained in:
parent
f5f119a49d
commit
f48bd41f18
2
init.lua
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user