dragonflagon-fvtt
dragonflagon-fvtt copied to clipboard
DF Chat Enhancements: Quote Logging Contains Speaker Twice When Called from Script
Module DF Chat Enhancement (V4.0)
Describe the issue
When calling AdventureLog.quote()
through script the speaker is included in the log twice. For example, AdventureLog.quote("Bob","Test")
produces
To Reproduce Steps to reproduce the behavior:
- Enter
AdventureLog.quote("Bob","Test")
in the console or through a script macro. - Look at log and see incorrect log.
Expected behavior
Producing something like what is produced from the normal chat usage of the quote feature, e.g.