removed custom text for now as a test

This commit is contained in:
Miodec 2022-03-17 19:26:04 +01:00
parent 804cff60a5
commit f2e89c3c5d

View file

@ -1318,7 +1318,7 @@ function buildCompletedEvent(difficultyFailed: boolean): CompletedEvent {
} catch (e) {}
completedEvent.tags = activeTagsIds;
if (completedEvent.mode != "custom") delete completedEvent.customText;
delete completedEvent.customText;
return <CompletedEvent>completedEvent;
}