fix not being able to pause players, some other bullshit, update to api4
This commit is contained in:
@@ -282,7 +282,7 @@ namespace MareSynchronos.UI
|
||||
ImGui.BeginChild("list", new Vector2(_windowContentWidth, ySize), false);
|
||||
foreach (var entry in users.ToList())
|
||||
{
|
||||
UiShared.DrawWithID("client", () => DrawPairedClient(entry));
|
||||
UiShared.DrawWithID(entry.OtherUID, () => DrawPairedClient(entry));
|
||||
}
|
||||
ImGui.EndChild();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user