From: Bilibili_MengChu <2133404320@qq.com> Date: Sat, 10 Aug 2024 09:01:06 +0000 (+0800) Subject: Modify config.json GameRecorderEnabled Default Value X-Git-Tag: v1.10.0~10 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=5d4b3d34f55c91e1ae9a8557d0e2d6eab7cfd852;p=rhonda%2Fimpostor.git Modify config.json GameRecorderEnabled Default Value --- diff --git a/src/Impostor.Server/config.json b/src/Impostor.Server/config.json index 0a93548..68d2dc9 100644 --- a/src/Impostor.Server/config.json +++ b/src/Impostor.Server/config.json @@ -33,7 +33,7 @@ "AllowVersionMixing": false }, "Debug": { - "GameRecorderEnabled": true, + "GameRecorderEnabled": false, "GameRecorderPath": "" } }