Fixed double message in the loader when an event starts
This commit is contained in:
@@ -155,8 +155,6 @@ public sealed class PluginLoader : IPluginLoader
|
|||||||
new DirectoryInfo(eventConfigDirectory));
|
new DirectoryInfo(eventConfigDirectory));
|
||||||
|
|
||||||
dbEvent.Start(args);
|
dbEvent.Start(args);
|
||||||
|
|
||||||
_Logger.Log("Event started: " + dbEvent.Name, this);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user