Fix roll with armor 0
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user