From: js6pak Date: Sun, 14 Mar 2021 22:25:56 +0000 (+0100) Subject: Include AntiCheat.Enabled in default config.json X-Git-Tag: v1.3.0~9 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=7e16b5595a5bc8b85bacfec7bcab15799a490af1;p=rhonda%2Fimpostor.git Include AntiCheat.Enabled in default config.json --- diff --git a/src/Impostor.Server/config.json b/src/Impostor.Server/config.json index d477c74..1f68f96 100644 --- a/src/Impostor.Server/config.json +++ b/src/Impostor.Server/config.json @@ -6,6 +6,7 @@ "ListenPort": 22023 }, "AntiCheat": { + "Enabled": true, "BanIpFromGame": true } -} \ No newline at end of file +}