removing comment

This commit is contained in:
Ordis 2025-01-24 15:12:50 +01:00
parent 2df7bbdb09
commit eef613dccc

View File

@ -107,7 +107,6 @@ export const inventoryController: RequestHandler = async (request, response) =>
}
}
if (config.completeAllQuests) {
console.log("Completing all quests");
for (const quest of inventoryResponse.QuestKeys) {
quest.unlock = true;
quest.Completed = true;