Skip to content

Commit

Permalink
remove unnecessary directory check
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Sep 21, 2024
1 parent 2c3a4b4 commit 7e8b699
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Bloxstrap/Bootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,7 @@ private async Task ApplyModifications()

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
Expand Down

0 comments on commit 7e8b699

Please sign in to comment.