fixes concurrent rolling of same user with different name
All checks were successful
CI / deploy (push) Successful in 4m1s
CI / deploy (pull_request) Successful in 4m1s

This commit is contained in:
Arindy
2025-02-10 02:26:54 +01:00
parent f616726aae
commit 70f0cc99fc
2 changed files with 2 additions and 4 deletions

View File

@@ -76,8 +76,6 @@
} ))
}
diceBox.roll(data.roll, { theme: data.theme?.length > 0 ? data.theme : 'default', themeColor: data.themeColor.length > 0 ? data.themeColor : '#4545FF' });
})
})
</script>