forked from public/foundryvtt-reve-de-dragon
Adaptation Feuilles Acteurs
This commit is contained in:
@ -175,7 +175,7 @@ export class RdDCommands {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static _chatAnswer(msg, content) {
|
||||
msg.whisper = [game.user._id];
|
||||
msg.whisper = [game.user.id];
|
||||
msg.content = content;
|
||||
ChatMessage.create(msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user