diff --git a/src/Loader.cs b/src/Loader.cs index 1aaca8c..6784184 100644 --- a/src/Loader.cs +++ b/src/Loader.cs @@ -48,8 +48,8 @@ namespace ModLoader Log("Found type in " + file.Name + ": " + t.Name); if (t.IsClass && t.IsSubclassOf(typeof(MonoBehaviour))) { - Log("Loaded '" + t.Name + "' in " + file.Name); modObjects.AddComponent(t); + Log("Loaded '" + t.Name + "' in " + file.Name); } } } @@ -61,4 +61,4 @@ namespace ModLoader UnityEngine.Object.DontDestroyOnLoad(modObjects); } } -} \ No newline at end of file +}