Skip to content

Commit

Permalink
rename -noworkerdll to -nonorthstardll due to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Nov 19, 2023
1 parent 6a8e653 commit 20e84ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NorthstarLauncher/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void PrependPath()
bool ShouldLoadNorthstar(int argc, char* argv[])
{
for (int i = 0; i < argc; i++)
if (!strcmp(argv[i], "-noworkerdll"))
if (!strcmp(argv[i], "-nonorthstardll"))
return false;

auto runNorthstarFile = std::ifstream("run_northstar.txt");
Expand Down

0 comments on commit 20e84ad

Please sign in to comment.