Fix roll with armor 0

This commit is contained in:
2026-01-19 20:18:54 +01:00
parent cd06d2e5ec
commit 89f5674fb9

View File

@@ -124,7 +124,6 @@ function welcomeMessageRepository() {
fetch(BOL_WELCOME_MESSAGE_URL)
.then(response => response.text())
.then(html => {
console.log("Fetched welcome message:", html);
ChatMessage.create({
user: game.user.id,
whisper: [game.user.id],