Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 913b841

Browse files
committed
FC: account for disabled avatar module in import process
1 parent 3973504 commit 913b841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FavCat/ImportFolderProcessor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static async Task ProcessImportsFolder()
2929
{
3030
if (file.EndsWith(".db"))
3131
databases.Add(file);
32-
else
32+
else if(FavCatMod.Instance.AvatarModule != null)
3333
textFiles.Add(file);
3434
}
3535

0 commit comments

Comments
 (0)