Browse Source

Updated Just Cause 2 config

pull/7/head
Marvin Lehmann 8 years ago
committed by GitHub
parent
commit
457136f2ff
  1. 7
      JustCause2/config.lua

7
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
}
--[[

Loading…
Cancel
Save