We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde93f3 commit 4a643c5Copy full SHA for 4a643c5
lualib/antigrief.lua
@@ -7,7 +7,7 @@ global.antigrief_cooldown = {}
7
global.antigrief = {warned = {}}
8
9
antigrief.TROLL_TIMER = 60 * 60 * 30 --30 minutes. Players must be online this long to not throw some warnings.
10
-antigrief.SPAM_TIMER = 60 * 60 * 2 --10 minutes. Limit inventory related messages to once per 10m.
+antigrief.SPAM_TIMER = 60 * 60 * 2 --2 minutes. Limit inventory related messages to once per 10m.
11
12
13
0 commit comments