Skip to content

Commit 3a3a686

Browse files
author
hamstar0
committed
v2.1.2.5
* (Hopefully) fixed Wing Mod support
1 parent 4d748ed commit 3a3a686

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

NihilismMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public override void Load() {
8686

8787
this.LoadConfig();
8888

89-
this.WingSlotMod = ModLoader.GetMod( "Wing Slot" );
89+
this.WingSlotMod = ModLoader.GetMod( "WingSlot" );
9090
if( this.WingSlotMod == null ) {
9191
if( this.Config.DebugModeInfo ) {
9292
LogHelpers.Log( "NihilismMod.Load - Wing Mod not detected; ignoring wing slots..." );

build.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
author = hamstar
2-
version = 2.1.2.4
2+
version = 2.1.2.5
33
displayName = Nihilism
4-
modReferences = HamstarHelpers@1.6.5.1
4+
modReferences = HamstarHelpers@1.6.5.2
55
buildIgnore = *.csproj, *.user, obj\*, bin\*, .vs\*
66
includePDB = true
77
languageVersion = 6

0 commit comments

Comments
 (0)