This commit is contained in:
parent
4d59131905
commit
3e1acd26f2
8 changed files with 34 additions and 22 deletions
|
@ -297,7 +297,7 @@ namespace Sledgemapper.UI
|
|||
{
|
||||
if (!((MenuItem)sender).Enabled) return;
|
||||
|
||||
var content = new PlayerList(CommunicationManager);
|
||||
var content = new PlayerList(CommunicationManager, Messenger);
|
||||
if (await content.LoadPlayers())
|
||||
{
|
||||
content.ShowInModalWindow(Desktop, "Players");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue