Skip to content

Commit 4a643c5

Browse files
committed
Fixed a spelling mistake.
1 parent cde93f3 commit 4a643c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lualib/antigrief.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ global.antigrief_cooldown = {}
77
global.antigrief = {warned = {}}
88

99
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.
10+
antigrief.SPAM_TIMER = 60 * 60 * 2 --2 minutes. Limit inventory related messages to once per 10m.
1111

1212

1313

0 commit comments

Comments
 (0)