fix a bug

This commit is contained in:
Bitl 2021-03-25 15:34:30 -07:00
parent 3a93454edd
commit 2895b923f5

View File

@ -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;