From dc5367f249aaff337eb9ed05028ff2de6c7b93f3 Mon Sep 17 00:00:00 2001 From: Sainan Date: Thu, 2 Jan 2025 10:07:28 +0100 Subject: [PATCH] fix: enable completeAllQuests in default/example config --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 2f8582bf..100dc42d 100644 --- a/config.json.example +++ b/config.json.example @@ -14,7 +14,7 @@ "unlockAllScans": true, "unlockAllMissions": true, "unlockAllQuests": true, - "completeAllQuests": false, + "completeAllQuests": true, "infiniteCredits": true, "infinitePlatinum": true, "unlockAllShipFeatures": true,