cswendrowski / FoundryVTT-Tabbed-Chatlog

Splits the Chatlog into In Character (per scene), Rolls (per scene), and Out of Character (global).
GNU General Public License v3.0
11 stars 19 forks source link

Fix icChatInOoc in v10 #72

Open Sharku2011 opened 2 years ago

Sharku2011 commented 2 years ago

chatMessage.data._source becomes sealed in v10, so cannot delete chatMessage.data._source.speaker directly. Instead of call delete operator directly, assign null to chatMessage.data._source.speaker.