invite player fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele 2021-09-23 22:15:15 +01:00
parent 4d59131905
commit 3e1acd26f2
8 changed files with 34 additions and 22 deletions

View file

@ -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");