From 2895b923f5e70ce02c5e2d679450cb3f5b273f01 Mon Sep 17 00:00:00 2001 From: Bitl Date: Thu, 25 Mar 2021 15:34:30 -0700 Subject: [PATCH] fix a bug --- Novetus/NovetusLauncher/Forms/SDK/ClientinfoCreator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;