Browse Source

Merge pull request #21 from capriciousalex/patch-1

Add server analytics option to Arma 3 config
pull/28/head
Daniel Gibbs 7 years ago
committed by GitHub
parent
commit
afda2131b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Arma3/server.cfg

3
Arma3/server.cfg

@ -74,6 +74,9 @@ persistent = 1;
// none, short, full // none, short, full
timeStampFormat = "short"; timeStampFormat = "short";
// Server Statistics
// Set this to 0 to opt-out! More info: https://community.bistudio.com/wiki/Arma_3_Analytics
statisticsEnabled = 1;
// SERVER SECURITY/ANTI HACK // SERVER SECURITY/ANTI HACK

Loading…
Cancel
Save