mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
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
Block a user