Skip to content

Commit

Permalink
Minor fix to auto path fixing in injector
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagord committed Jul 4, 2023
1 parent aaf9ac1 commit cdc3231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PulsarInjector/Injector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static bool AttemptInstallModLoader(string inputDir)
{
int Index = inputDir.LastIndexOf("PULSAR_LostColony_Data");
inputDir = inputDir.Remove(Index);
inputDir += "PULSARLostColony" + Path.DirectorySeparatorChar + "PULSAR_LostColony_Data" + Path.DirectorySeparatorChar + "Managed" + Path.DirectorySeparatorChar + "Assembly-CSharp.dll";
inputDir += "PULSAR_LostColony_Data" + Path.DirectorySeparatorChar + "Managed" + Path.DirectorySeparatorChar + "Assembly-CSharp.dll";
}
else
{
Expand Down

0 comments on commit cdc3231

Please sign in to comment.