Skip to content

Commit

Permalink
Revert "Optimize search paths"
Browse files Browse the repository at this point in the history
This reverts commit 3c5de34.
  • Loading branch information
soopercool101 committed Mar 4, 2024
1 parent 3c5de34 commit 99fa8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BrawlCrate/API/BrawlAPIInternal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static BrawlAPIInternal()
// Setup IronPython engine
Engine.SetSearchPaths(new[]
{
$"{Application.StartupPath}\\BrawlAPI\\Lib\\Python",
$"{Application.StartupPath}\\BrawlAPI\\Lib"
});

Expand Down

0 comments on commit 99fa8a5

Please sign in to comment.