sPOiDar / fvtt-module-hide-gm-rolls

A FoundryVTT module to hide GM rolls
MIT License
5 stars 11 forks source link

Prevents sending multiple whispers #5

Closed shawndibble closed 4 years ago

shawndibble commented 4 years ago

If I try to whisper multiple players at the same time, I can see me sending the whisper, but the receiver does not get the whisper.

macro:

ChatMessage.create({
  content: 'test message',
  whisper: game.users,
});
sPOiDar commented 4 years ago

Thanks for reporting, should be fixed in the next version once it's done building!