Fix suppressed fatal error, make world config importing manual

This commit is contained in:
John Gross
2018-04-02 21:00:36 -07:00
parent 3dd646d6e9
commit f03bfd2d7a
6 changed files with 12 additions and 10 deletions

View File

@@ -93,9 +93,9 @@ namespace Torch.Server.Views
_instanceManager.SaveConfig();
}
private void NewWorld_OnClick(object sender, RoutedEventArgs e)
private void ImportConfig_OnClick(object sender, RoutedEventArgs e)
{
new WorldGeneratorDialog(_instanceManager).ShowDialog();
_instanceManager.ImportSelectedWorldConfig();
}
private void Selector_OnSelectionChanged(object sender, SelectionChangedEventArgs e)