v10 compatibility
This commit is contained in:
@@ -60,7 +60,7 @@ export class SoSGMDeck extends Dialog {
|
||||
let cardPath = `systems/foundryvtt-shadows-over-sol/img/cards/${card.cardName}.webp`;
|
||||
let cardData = { card: card, cardPath: cardPath };
|
||||
let html = await renderTemplate('systems/foundryvtt-shadows-over-sol/templates/chat-card.html', cardData );
|
||||
ChatMessage.create( { content: html, whisper: [ ChatMessage.getWhisperRecipients("GM") ] });
|
||||
ChatMessage.create( { content: html, whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||
//dialog.onFlipClose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user