Skip to content

Commit 41dee43

Browse files
committed
Changed logging to correctly point to CustomCards.cards
1 parent 662b213 commit 41dee43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Patches/ChapterSelectMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void Prefix()
2828
}
2929
}
3030
ScriptableObjectLoader<CardInfo>.allData = official.Concat(NewCard.cards).ToList();
31-
Plugin.Log.LogInfo($"Loaded {NewCard.cards.Count} custom cards into data");
31+
Plugin.Log.LogInfo($"Loaded {CustomCard.cards.Count} custom cards into data");
3232
}
3333
}
3434
}

Patches/LoadingScreenManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void Prefix()
2828
}
2929
}
3030
ScriptableObjectLoader<CardInfo>.allData = official.Concat(NewCard.cards).ToList();
31-
Plugin.Log.LogInfo($"Loaded {NewCard.cards.Count} custom cards into data");
31+
Plugin.Log.LogInfo($"Loaded {CustomCard.cards.Count} custom cards into data");
3232
}
3333
if (ScriptableObjectLoader<AbilityInfo>.allData == null)
3434
{

0 commit comments

Comments
 (0)