set exportDir if specified (was commented out because of multiple assignment) (#22)

This commit is contained in:
Andrew DeLisa 2019-02-01 17:07:24 -05:00 committed by GrapeshotGames
parent 534c3a5abc
commit bec6ca4a6a

View file

@ -2217,6 +2217,7 @@ namespace ServerGridEditor
if (result == DialogResult.OK && !string.IsNullOrWhiteSpace(fbd.SelectedPath))
{
//editorConfig.LastOpenedFolder = exportDir = fbd.SelectedPath;
exportDir = fbd.SelectedPath;
SaveConfig();
}
else