remove unnecessary directory check

This commit is contained in:
bluepilledgreat 2024-09-21 18:55:43 +01:00
parent 2c3a4b4e5e
commit 7e8b699adf

View File

@ -753,8 +753,7 @@ namespace Bloxstrap
List<string> modFolderFiles = new();
if (!Directory.Exists(Paths.Modifications))
Directory.CreateDirectory(Paths.Modifications);
Directory.CreateDirectory(Paths.Modifications);
// check custom font mod
// instead of replacing the fonts themselves, we'll just alter the font family manifests