]> git.deb.at Git - rhonda/impostor.git/commitdiff
Disable recorder by default
authorAeonLucid <aeonlucid@outlook.com>
Thu, 22 Oct 2020 20:38:42 +0000 (22:38 +0200)
committerAeonLucid <aeonlucid@outlook.com>
Thu, 22 Oct 2020 20:38:42 +0000 (22:38 +0200)
src/Impostor.Server/config.json

index f5f0ebe6909a4fabeb908187e2f0aafad81eb5b4..474569694248d40d51e2d8e3920e94e88c2b43fc 100644 (file)
@@ -6,7 +6,7 @@
     "ListenPort": 22023
   },
   "Debug": {
-    "GameRecorderEnabled": true,
+    "GameRecorderEnabled": false,
     "GameRecorderPath": ""
   }
 }
\ No newline at end of file