From ff8b6b55746dfa9230d0acecbedb075d4fcd7420 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 14 Dec 2017 00:11:15 +0000 Subject: [PATCH] Add server analytics option to Arma 3 config For more info check out here: https://community.bistudio.com/wiki/Arma_3_Analytics Enabled by default as that's what Bohemia ships the game with, might want to disable to save on bandwidth! --- Arma3/server.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Arma3/server.cfg b/Arma3/server.cfg index 48323d7..36cac1c 100644 --- a/Arma3/server.cfg +++ b/Arma3/server.cfg @@ -74,6 +74,9 @@ persistent = 1; // none, short, full 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