allowing custom

This commit is contained in:
Miodec 2022-08-04 18:30:36 +02:00
parent 3b4229ffc1
commit 84443d8f8b

View file

@ -402,7 +402,7 @@ export async function addResult(
}
function calculateXp(result, configurationMultiplier): number {
if (result.mode === "zen" || result.mode === "custom") {
if (result.mode === "zen") {
return 0;
}