We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1795f8 commit 03430edCopy full SHA for 03430ed
AssetStudio/AssetsHelper.cs
@@ -383,6 +383,7 @@ public static string FindPath(string cab)
383
fullpath = Path.Combine(BaseFolder, entry.Path);
384
385
386
+ //Logger.Info($"found {cab} in {fullpath}");
387
public static bool LoadCABMapInternal(string mapName)
388
{
389
Logger.Info($"Loading {mapName}...");
0 commit comments