Modified exile occupation to output log files using infiSTAR logging system

This commit is contained in:
Zepheris 2018-03-03 16:43:35 -07:00
parent c0aaf7e6cd
commit 0e0901b81a
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
SC_debug = false; // set to true to turn on debug features (not recommended for live servers)
SC_extendedLogging = false; // set to true for additional
SC_infiSTAR_log = false; // true Use infiSTAR logging, false logs to server rpt
SC_infiSTAR_log = true; // true Use infiSTAR logging, false logs to server rpt
SC_useApexClasses = true; // true if you want to use the Apex class list over rides, false to use vanilla Arma gear
SC_useMapOverrides = true; // set to true to enable over riding options per map (see the bottom of this file for examples)