From ff4b1e5c29a4cb23cbd173b4ab99d7d45fdadbb1 Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 3 Jan 2025 00:49:18 +0100 Subject: [PATCH] fix: enable completeAllQuests in default/example config (#684) --- 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,