- API 15
- Migrate config for API 15 - Migrate database for API 15 - Allow usage of new target source - Implement first tell target option
This commit is contained in:
@@ -69,7 +69,7 @@ public class Processing
|
||||
|
||||
color ??= 0;
|
||||
|
||||
var userContent = text.Content ?? string.Empty;
|
||||
var userContent = text.Content;
|
||||
if (HostContext.Core.Plugin.ChatLogWindow.ScreenshotMode)
|
||||
{
|
||||
if (chunk.Link is PlayerPayload playerPayload)
|
||||
|
||||
Reference in New Issue
Block a user