minor fixes to allow build to succeed.

This commit is contained in:
Neil Dorin
2021-01-19 17:04:06 -07:00
parent 7404566f72
commit c262e7c3c5
2 changed files with 4 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ namespace PepperDash.Essentials.Core.Room.Components
public static class ComponentFactory
{
public static ComponentFactory()
static ComponentFactory()
{
var assy = Assembly.GetExecutingAssembly();
PluginLoader.SetEssentialsAssembly(assy.GetName().Name, assy);