From 22703588e7aae9e1ea7ea69d7df55752b776c385 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Thu, 22 Oct 2020 22:38:42 +0200 Subject: [PATCH] Disable recorder by default --- src/Impostor.Server/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5