fix a bug
This commit is contained in:
parent
3a93454edd
commit
2895b923f5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue