From ad4277c0eef512d6c3d357fc34a2cb4d09001a4d Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Fri, 14 Apr 2023 11:11:40 +0200 Subject: [PATCH] Enable DatabaseRecording by default again --- configs/simconfig/example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/simconfig/example.json b/configs/simconfig/example.json index 205c2125..6b65d7d0 100644 --- a/configs/simconfig/example.json +++ b/configs/simconfig/example.json @@ -2,7 +2,7 @@ "simconfig": { "AddressOffset": 0, "CheckTLM2Protocol": false, - "DatabaseRecording": false, + "DatabaseRecording": true, "Debug": false, "EnableWindowing": false, "PowerAnalysis": false,