diff --git a/Novetus/NovetusLauncher/Forms/SDK/ClientinfoCreator.cs b/Novetus/NovetusLauncher/Forms/SDK/ClientinfoCreator.cs index 2c71c93..e14298d 100644 --- a/Novetus/NovetusLauncher/Forms/SDK/ClientinfoCreator.cs +++ b/Novetus/NovetusLauncher/Forms/SDK/ClientinfoCreator.cs @@ -193,9 +193,9 @@ public partial class ClientinfoEditor : Form SelectedClientInfo.ClientLoadOptions = Settings.GraphicsOptions.ClientLoadOptions.Client_2008AndUp; SelectedClientInfo.CommandLineArgs = cmdargsorclientoptions; } - } - SelectedClientInfoPath = Path.GetDirectoryName(ofd.FileName); + SelectedClientInfoPath = Path.GetDirectoryName(ofd.FileName); + } } checkBox1.Checked = SelectedClientInfo.UsesPlayerName;