Skip to content

Commit 4d748ed

Browse files
author
hamstar0
committed
v2.1.2.4 (missed a spot)
1 parent ee60bf1 commit 4d748ed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

NihilismMod.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ public override void Load() {
8989
this.WingSlotMod = ModLoader.GetMod( "Wing Slot" );
9090
if( this.WingSlotMod == null ) {
9191
if( this.Config.DebugModeInfo ) {
92-
LogHelpers.Log( "NihilismPlayer.Initialize - Wing Mod not detected; ignoring wing slots..." );
93-
} else {
94-
LogHelpers.Log( "NihilismPlayer.Initialize - Wing Mod not detected; ignoring wing slots..." );
92+
LogHelpers.Log( "NihilismMod.Load - Wing Mod not detected; ignoring wing slots..." );
9593
}
94+
} else {
95+
LogHelpers.Log( "NihilismMod.Load - Wing Mod detected. Compatibility will be attempted." );
9696
}
9797
}
9898

build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
author = hamstar
2-
version = 2.1.2.3
2+
version = 2.1.2.4
33
displayName = Nihilism
44
modReferences = HamstarHelpers@1.6.5.1
55
buildIgnore = *.csproj, *.user, obj\*, bin\*, .vs\*

0 commit comments

Comments
 (0)