diff --git a/Torch.Client/Properties/AssemblyInfo.cs b/Torch.Client/Properties/AssemblyInfo.cs
index 43cfce9..9cc9553 100644
--- a/Torch.Client/Properties/AssemblyInfo.cs
+++ b/Torch.Client/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
using System.Reflection;
-[assembly: AssemblyVersion("1.0.195.514")]
-[assembly: AssemblyFileVersion("1.0.195.514")]
\ No newline at end of file
+[assembly: AssemblyVersion("1.0.198.562")]
+[assembly: AssemblyFileVersion("1.0.198.562")]
\ No newline at end of file
diff --git a/Torch.Server/Properties/AssemblyInfo.cs b/Torch.Server/Properties/AssemblyInfo.cs
index 43cfce9..f1ea321 100644
--- a/Torch.Server/Properties/AssemblyInfo.cs
+++ b/Torch.Server/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
using System.Reflection;
-[assembly: AssemblyVersion("1.0.195.514")]
-[assembly: AssemblyFileVersion("1.0.195.514")]
\ No newline at end of file
+[assembly: AssemblyVersion("1.1.198.562")]
+[assembly: AssemblyFileVersion("1.1.198.562")]
\ No newline at end of file
diff --git a/Torch.Server/Properties/AssemblyInfo.tt b/Torch.Server/Properties/AssemblyInfo.tt
index 9937cb7..890b974 100644
--- a/Torch.Server/Properties/AssemblyInfo.tt
+++ b/Torch.Server/Properties/AssemblyInfo.tt
@@ -8,7 +8,7 @@ using System.Reflection;
<# var dt = DateTime.Now;
int major = 1;
- int minor = 0;
+ int minor = 1;
int build = dt.DayOfYear;
int rev = (int)dt.TimeOfDay.TotalMinutes / 2;
#>
diff --git a/Torch.Server/ViewModels/Entities/GridViewModel.cs b/Torch.Server/ViewModels/Entities/GridViewModel.cs
index fb55233..b34875e 100644
--- a/Torch.Server/ViewModels/Entities/GridViewModel.cs
+++ b/Torch.Server/ViewModels/Entities/GridViewModel.cs
@@ -1,9 +1,6 @@
using System;
using System.Linq;
-using NLog;
using Sandbox.Game.Entities;
-using Sandbox.Game.Multiplayer;
-using Sandbox.Game.World;
using Sandbox.ModAPI;
using Torch.Server.ViewModels.Blocks;
diff --git a/Torch.Server/Views/ChatControl.xaml b/Torch.Server/Views/ChatControl.xaml
index 5e1b453..8d3e692 100644
--- a/Torch.Server/Views/ChatControl.xaml
+++ b/Torch.Server/Views/ChatControl.xaml
@@ -5,12 +5,12 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Torch.Server"
mc:Ignorable="d">
-
-
-
-
-
-
+
+
+
+
+
+
@@ -24,5 +24,13 @@
-
+
+
+
+
+
+
+
+
+
diff --git a/Torch.Server/Views/ConfigControl.xaml b/Torch.Server/Views/ConfigControl.xaml
index 2071c40..864fc94 100644
--- a/Torch.Server/Views/ConfigControl.xaml
+++ b/Torch.Server/Views/ConfigControl.xaml
@@ -10,15 +10,27 @@
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -37,24 +49,6 @@
-
-
-
@@ -64,20 +58,20 @@
-
-
-
+
+
+
-
+
-
-
+
+
-
+
@@ -94,30 +88,30 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
@@ -131,14 +125,14 @@
-
+
-
-
+
+
-
+
@@ -149,41 +143,41 @@
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -191,20 +185,20 @@
-
+
-
+
-
+
-
+
@@ -223,19 +217,19 @@
-
+
-
-
+
+
-
+
-
-
+
+
\ No newline at end of file
diff --git a/Torch.Server/Views/Entities/Blocks/BlockView.xaml b/Torch.Server/Views/Entities/Blocks/BlockView.xaml
index 7f1fe14..8020097 100644
--- a/Torch.Server/Views/Entities/Blocks/BlockView.xaml
+++ b/Torch.Server/Views/Entities/Blocks/BlockView.xaml
@@ -9,8 +9,12 @@
-
-
+
+
+
+
+
+
@@ -18,7 +22,7 @@
-
+
@@ -35,5 +39,5 @@
-
+
\ No newline at end of file
diff --git a/Torch.Server/Views/Entities/Blocks/PropertyView.xaml b/Torch.Server/Views/Entities/Blocks/PropertyView.xaml
index 75e2db4..1f41d29 100644
--- a/Torch.Server/Views/Entities/Blocks/PropertyView.xaml
+++ b/Torch.Server/Views/Entities/Blocks/PropertyView.xaml
@@ -10,13 +10,17 @@
-
-
+
+
diff --git a/Torch.Server/Views/Entities/Blocks/PropertyView.xaml.cs b/Torch.Server/Views/Entities/Blocks/PropertyView.xaml.cs
index a17b509..ca9c6ea 100644
--- a/Torch.Server/Views/Entities/Blocks/PropertyView.xaml.cs
+++ b/Torch.Server/Views/Entities/Blocks/PropertyView.xaml.cs
@@ -32,10 +32,10 @@ namespace Torch.Server.Views.Blocks
{
switch (args.NewValue)
{
- case PropertyViewModel vmBool:
+ case PropertyViewModel _:
InitBool();
break;
- case PropertyViewModel vmSb:
+ case PropertyViewModel _:
InitStringBuilder();
break;
default:
diff --git a/Torch.Server/Views/EntitiesControl.xaml b/Torch.Server/Views/EntitiesControl.xaml
index b4f0107..c96871f 100644
--- a/Torch.Server/Views/EntitiesControl.xaml
+++ b/Torch.Server/Views/EntitiesControl.xaml
@@ -8,14 +8,17 @@
xmlns:entities="clr-namespace:Torch.Server.ViewModels.Entities"
xmlns:blocks="clr-namespace:Torch.Server.ViewModels.Blocks"
mc:Ignorable="d">
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -63,7 +66,12 @@
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Torch.Server/Views/PluginsControl.xaml b/Torch.Server/Views/PluginsControl.xaml
index b2229d7..a9f343e 100644
--- a/Torch.Server/Views/PluginsControl.xaml
+++ b/Torch.Server/Views/PluginsControl.xaml
@@ -10,21 +10,26 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
diff --git a/Torch.Server/Views/TorchUI.xaml b/Torch.Server/Views/TorchUI.xaml
index 39506df..b1906e4 100644
--- a/Torch.Server/Views/TorchUI.xaml
+++ b/Torch.Server/Views/TorchUI.xaml
@@ -9,12 +9,16 @@
mc:Ignorable="d"
Title="Torch">
-
+
-
-
+
+
+
+
+
+
+ HorizontalAlignment="Left" Click="BtnStart_Click" IsDefault="True" IsEnabled="{Binding IsRunning, Converter={StaticResource InverseBool}}"/>
@@ -33,22 +37,34 @@
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
@@ -57,5 +73,5 @@
-
+
\ No newline at end of file