Skip to content

Commit

Permalink
Fixes verification
Browse files Browse the repository at this point in the history
  • Loading branch information
RainOrigami committed Oct 2, 2023
1 parent 9175734 commit 287074b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BBRAPIModuleVerfication/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ static void Main(string[] args)
return;
}

Module.LoadContext(Array.Empty<string>());

string filePath = args[0];

Module module;
Expand Down

0 comments on commit 287074b

Please sign in to comment.