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 42a6f24 commit 72e2953Copy full SHA for 72e2953
AquaMai.Mods/GameSystem/Assets/LoadLocalImages.cs
@@ -53,7 +53,6 @@ public static void LoadMusicPostfix(List<string> ____targetDirs)
53
if (!imageExts.Contains(Path.GetExtension(file).ToLowerInvariant())) continue;
54
var idStr = Path.GetFileName(file).Substring("ui_jacket_".Length, 6);
55
jacketPaths[idStr] = file;
56
- MelonLogger.Msg($"[LoadLocalImages] Loaded {file}");
57
}
58
59
if (Directory.Exists(Path.Combine(aDir, @"AssetBundleImages\frame")))
0 commit comments