Fixed double message in the loader when an event starts

This commit is contained in:
2025-04-07 16:34:14 +03:00
parent c8cf887a09
commit f5d48a398d

View File

@@ -155,8 +155,6 @@ public sealed class PluginLoader : IPluginLoader
new DirectoryInfo(eventConfigDirectory));
dbEvent.Start(args);
_Logger.Log("Event started: " + dbEvent.Name, this);
return true;
}