diff --git a/init.lua b/init.lua index 30e3ab7..175d563 100644 --- a/init.lua +++ b/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;