Skip to content

Commit 875d744

Browse files
authored
Merge pull request #684 from qsb-dev/dev
1.1.1
2 parents d37787b + 95f6e20 commit 875d744

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

QSB/QSBCore.cs

+5
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,11 @@ static void Init(Assembly assembly)
385385
DebugLog.DebugWrite("Running RuntimeInitializeOnLoad methods for our assemblies", MessageType.Info);
386386
foreach (var path in Directory.EnumerateFiles(Helper.Manifest.ModFolderPath, "*.dll"))
387387
{
388+
if (Path.GetFileNameWithoutExtension(path) == "QSB-NH")
389+
{
390+
continue;
391+
}
392+
388393
var assembly = Assembly.LoadFile(path);
389394
Init(assembly);
390395
}

QSB/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Nebula, John, Alek, & Rai",
55
"name": "Quantum Space Buddies",
66
"uniqueName": "Raicuparta.QuantumSpaceBuddies",
7-
"version": "1.1.0",
7+
"version": "1.1.1",
88
"owmlVersion": "2.11.1",
99
"dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ],
1010
"pathsToPreserve": [ "debugsettings.json" ],

0 commit comments

Comments
 (0)