* Torch 1.0.182.329
- Improved logging, logs now to go the Logs folder and aren't deleted on start - Fixed chat tab not enabling with -autostart - Fixed player list - Watchdog time-out is now configurable in TorchConfig.xml - Fixed infinario log spam - Fixed crash when sending empty message from chat tab - Fixed permissions on Torch commands - Changed plugin StoragePath to the current instance path (per-instance configs)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Torch.Server.Views
|
||||
{
|
||||
Entities.CurrentEntity = vm;
|
||||
if (e.NewValue is GridViewModel gvm)
|
||||
EditorFrame.Content = new Entities.GridView { DataContext = gvm};
|
||||
EditorFrame.Content = new Entities.GridView {DataContext = gvm};
|
||||
if (e.NewValue is BlockViewModel bvm)
|
||||
EditorFrame.Content = new BlockView {DataContext = bvm};
|
||||
if (e.NewValue is VoxelMapViewModel vvm)
|
||||
|
Reference in New Issue
Block a user