mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:27:22 +01:00
fix not being able to pause players, some other bullshit, update to api4
This commit is contained in:
parent
1577ec93fd
commit
1eccd791d1
6 changed files with 7 additions and 7 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue