double checking to remove custom text

This commit is contained in:
Miodec 2022-01-04 15:57:22 +01:00
parent ecaff47af9
commit 6d596d81b4

View file

@ -1511,6 +1511,9 @@ function buildCompletedEvent(difficultyFailed) {
});
} catch (e) {}
completedEvent.tags = activeTagsIds;
if (completedEvent.mode != "custom") delete completedEvent.customText;
return completedEvent;
}