Save on select

This commit is contained in:
sirhamsteralot
2018-03-25 23:56:16 +02:00
committed by John Gross
parent 18af85c4d7
commit 6b3cc6c421
2 changed files with 5 additions and 6 deletions

View File

@@ -99,4 +99,4 @@ namespace Torch.Server.ViewModels
public string WorldName { get => _config.WorldName; set => SetValue(x => _config.WorldName = x, value); }
}
}
}