1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-11 14:49:24 +02:00

spam protect - disable warnings

This commit is contained in:
Gerkiz 2022-03-06 00:33:35 +01:00
parent 590b58504c
commit 87a5796a08

View File

@ -6,7 +6,7 @@ local this = {
prevent_spam = {}, -- the default table where all player indexes will be stored
default_tick = 10, -- this defines the default tick to check whether or not a user is spamming a button.
debug_text = false,
debug_spam = true
debug_spam = false
}
local main_text = '[Spam Info] '