From f6bab60d627922e23b178198a091285bcec4d10b Mon Sep 17 00:00:00 2001 From: IhateTrains Date: Sun, 3 Dec 2023 02:19:33 +0000 Subject: [PATCH] Fix converter backend outputting mod to wrong directory (#1623) #patch Sentry event ID: 2842913aa965483b9ff3f06eaeee4ad1 --- ImperatorToCK3/Configuration.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ImperatorToCK3/Configuration.cs b/ImperatorToCK3/Configuration.cs index 434b2fe23..2e6550fa0 100644 --- a/ImperatorToCK3/Configuration.cs +++ b/ImperatorToCK3/Configuration.cs @@ -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(' ', '_');