We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662b213 commit 41dee43Copy full SHA for 41dee43
2 files changed
Patches/ChapterSelectMenu.cs
@@ -28,7 +28,7 @@ public static void Prefix()
28
}
29
30
ScriptableObjectLoader<CardInfo>.allData = official.Concat(NewCard.cards).ToList();
31
- Plugin.Log.LogInfo($"Loaded {NewCard.cards.Count} custom cards into data");
+ Plugin.Log.LogInfo($"Loaded {CustomCard.cards.Count} custom cards into data");
32
33
34
Patches/LoadingScreenManager.cs
if (ScriptableObjectLoader<AbilityInfo>.allData == null)
{
0 commit comments