removing comment
This commit is contained in:
parent
2df7bbdb09
commit
eef613dccc
@ -107,7 +107,6 @@ export const inventoryController: RequestHandler = async (request, response) =>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (config.completeAllQuests) {
|
if (config.completeAllQuests) {
|
||||||
console.log("Completing all quests");
|
|
||||||
for (const quest of inventoryResponse.QuestKeys) {
|
for (const quest of inventoryResponse.QuestKeys) {
|
||||||
quest.unlock = true;
|
quest.unlock = true;
|
||||||
quest.Completed = true;
|
quest.Completed = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user