mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Rcon Changes
Rcon Window - minor changes to the player list, online player count and server status. Online Player Count - fixed the online player count to display the correct value.
This commit is contained in:
parent
7c43821691
commit
74bad02b94
13 changed files with 454 additions and 341 deletions
|
|
@ -206,6 +206,8 @@ namespace ServerManagerTool
|
|||
this.MaxPlayerLabel.Visibility = Visibility.Collapsed;
|
||||
}
|
||||
|
||||
this.ServerRcon.Initialize();
|
||||
|
||||
this.DataContext = this;
|
||||
|
||||
RenderCommentsBlock(
|
||||
|
|
@ -867,12 +869,9 @@ namespace ServerManagerTool
|
|||
}
|
||||
}
|
||||
|
||||
if (!(command.suppressCommand && command.suppressOutput))
|
||||
if (p.Inlines.Count > 0)
|
||||
{
|
||||
if (p.Inlines.Count > 0)
|
||||
{
|
||||
AddBlockContent(p);
|
||||
}
|
||||
AddBlockContent(p);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue