Updated logger for real time message sending

This commit is contained in:
2025-05-06 13:57:12 +03:00
parent 3a7bd53cfc
commit 3e4709148f
6 changed files with 59 additions and 102 deletions

View File

@@ -130,6 +130,7 @@ else
if (pluginData is null)
{
Logger.Log("Plugin data is null.", this, LogType.Error);
NotificationService.Notify("Plugin data is null.", NotificationType.Error);
return;
}