mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
minor fixes to allow build to succeed.
This commit is contained in:
parent
7404566f72
commit
c262e7c3c5
2 changed files with 4 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue