]> git.deb.at Git - rhonda/impostor.git/commitdiff
Modify config.json GameRecorderEnabled Default Value
authorBilibili_MengChu <2133404320@qq.com>
Sat, 10 Aug 2024 09:01:06 +0000 (17:01 +0800)
committerminiduikboot <mini@duikbo.at>
Sat, 10 Aug 2024 16:50:57 +0000 (18:50 +0200)
src/Impostor.Server/config.json

index 0a93548fb7cb78494dd9b291f065aeb157b26463..68d2dc97b5fa281e7331a953b56e541f336052b9 100644 (file)
@@ -33,7 +33,7 @@
     "AllowVersionMixing": false
   },
   "Debug": {
-    "GameRecorderEnabled": true,
+    "GameRecorderEnabled": false,
     "GameRecorderPath": ""
   }
 }