From b659672085f0607f6d2148e9df3678bc237565c2 Mon Sep 17 00:00:00 2001 From: xPumaa <35280763+xPumaa@users.noreply.github.com> Date: Fri, 7 Oct 2022 22:16:27 +0200 Subject: [PATCH] Getting the ban list when opening the popup --- MareSynchronos/UI/GroupPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/UI/GroupPanel.cs b/MareSynchronos/UI/GroupPanel.cs index 5323b12..a51ec51 100644 --- a/MareSynchronos/UI/GroupPanel.cs +++ b/MareSynchronos/UI/GroupPanel.cs @@ -478,7 +478,7 @@ namespace MareSynchronos.UI { ImGui.CloseCurrentPopup(); _showModalBanList = true; - _bannedUsers = new(); + _bannedUsers = _apiController.GetBannedUsersForGroup(entry.GID).Result; } if (isOwner)