Update NLog, change init order, fix block delete in UI, change config to JSON
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Torch.Server.Views
|
||||
{
|
||||
if (Entities.CurrentEntity?.Entity is IMyCharacter)
|
||||
return;
|
||||
TorchBase.Instance.Invoke(() => Entities.CurrentEntity?.Entity.Close());
|
||||
TorchBase.Instance.Invoke(() => Entities.CurrentEntity?.Delete());
|
||||
}
|
||||
|
||||
private void Stop_OnClick(object sender, RoutedEventArgs e)
|
||||
|
Reference in New Issue
Block a user