mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
commit
875d744912
@ -385,6 +385,11 @@ public class QSBCore : ModBehaviour
|
||||
DebugLog.DebugWrite("Running RuntimeInitializeOnLoad methods for our assemblies", MessageType.Info);
|
||||
foreach (var path in Directory.EnumerateFiles(Helper.Manifest.ModFolderPath, "*.dll"))
|
||||
{
|
||||
if (Path.GetFileNameWithoutExtension(path) == "QSB-NH")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
var assembly = Assembly.LoadFile(path);
|
||||
Init(assembly);
|
||||
}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"author": "Nebula, John, Alek, & Rai",
|
||||
"name": "Quantum Space Buddies",
|
||||
"uniqueName": "Raicuparta.QuantumSpaceBuddies",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"owmlVersion": "2.11.1",
|
||||
"dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ],
|
||||
"pathsToPreserve": [ "debugsettings.json" ],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user