From f990d278514cabef976be9ed9e94e850eefc9ca7 Mon Sep 17 00:00:00 2001 From: Brant Martin Date: Thu, 10 Jan 2019 19:11:19 -0500 Subject: [PATCH] Enable creation of new worlds in Torch --- Torch.Server/Views/ConfigControl.xaml | 1 + Torch.Server/Views/ConfigControl.xaml.cs | 6 ++ Torch.Server/Views/WorldGeneratorDialog.xaml | 20 ++++--- .../Views/WorldGeneratorDialog.xaml.cs | 59 ++++++++++++++----- 4 files changed, 65 insertions(+), 21 deletions(-) diff --git a/Torch.Server/Views/ConfigControl.xaml b/Torch.Server/Views/ConfigControl.xaml index b4b58c4..f6e9f99 100644 --- a/Torch.Server/Views/ConfigControl.xaml +++ b/Torch.Server/Views/ConfigControl.xaml @@ -27,6 +27,7 @@