From: AeonLucid Date: Thu, 22 Oct 2020 20:38:42 +0000 (+0200) Subject: Disable recorder by default X-Git-Tag: v1.2.2~96^2~49 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=22703588e7aae9e1ea7ea69d7df55752b776c385;p=rhonda%2Fimpostor.git Disable recorder by default --- diff --git a/src/Impostor.Server/config.json b/src/Impostor.Server/config.json index f5f0ebe..4745696 100644 --- a/src/Impostor.Server/config.json +++ b/src/Impostor.Server/config.json @@ -6,7 +6,7 @@ "ListenPort": 22023 }, "Debug": { - "GameRecorderEnabled": true, + "GameRecorderEnabled": false, "GameRecorderPath": "" } } \ No newline at end of file