Skip to content

Commit

Permalink
Fix converter backend outputting mod to wrong directory (#1623) #patch
Browse files Browse the repository at this point in the history
Sentry event ID: 2842913aa965483b9ff3f06eaeee4ad1
  • Loading branch information
IhateTrains authored Dec 3, 2023
1 parent 40fe4e6 commit f6bab60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ImperatorToCK3/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ private void SetOutputName() {
if (OutputModName.Length == 0) {
OutputModName = CommonFunctions.TrimPath(SaveGamePath);
}
OutputModName = CommonFunctions.TrimExtension(OutputModName);
OutputModName = OutputModName.Replace('-', '_');
OutputModName = OutputModName.Replace(' ', '_');

Expand Down

0 comments on commit f6bab60

Please sign in to comment.