From 457136f2ff01dad8517f07afeb23277e9ca5bb47 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Fri, 13 Jan 2017 15:59:19 +0100 Subject: [PATCH] Updated Just Cause 2 config --- JustCause2/config.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/JustCause2/config.lua b/JustCause2/config.lua index 1b17103..bb3ad54 100644 --- a/JustCause2/config.lua +++ b/JustCause2/config.lua @@ -156,7 +156,12 @@ Module = MaxErrorCount = 5, -- The time from the last error necessary for the error counter to be decremented. -- Default value (in milliseconds): 500 - ErrorDecrementTime = 500 + ErrorDecrementTime = 500, + -- Controls whether autorun scripts (as controlled by IKnowWhatImDoing) should be + -- sent to clients for empty modules. Don't turn this on unless you're willing to + -- accept the bandwidth hit and know what you're doing! + -- Default value: false + SendAutorunWhenEmpty = false } --[[