mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 00:21:33 -07:00
remove unnecessary directory check
This commit is contained in:
parent
2c3a4b4e5e
commit
7e8b699adf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user