forked from public/foundryvtt-reve-de-dragon
Amélioration chat-message
- utilisation de partial template - fixes mineurs (this sur static) - singulier/pluriel pour points de rêve/points de tâche
This commit is contained in:
@ -27,6 +27,7 @@ export class ChatUtility {
|
||||
chatOptions.whisper = ChatUtility.getWhisperRecipients(rollMode, name);
|
||||
break;
|
||||
}
|
||||
chatOptions.alias = chatOptions.alias||name;
|
||||
ChatMessage.create(chatOptions);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user