Add promote/demote buttons to player tab.

Add player promoted event to IMultiplayerManagerServer
This commit is contained in:
Brant Martin
2019-01-03 15:41:41 -05:00
parent 34e5f4df49
commit a059d18195
9 changed files with 196 additions and 3 deletions

View File

@@ -46,9 +46,9 @@ namespace Torch.Server
private void OnIsVisibleChanged(object sender, DependencyPropertyChangedEventArgs e)
{
_log.Info($"VisibleChanged: {IsVisible}");
if (IsVisible)
{
//I hate this and I hate myself. You should hate me too
Task.Run(() =>
{
Thread.Sleep(100);