mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 18:44:15 +01:00
potentially some fixes idk
This commit is contained in:
parent
bc8d61b19d
commit
6b35b2bf4a
5 changed files with 78 additions and 44 deletions
|
|
@ -54,7 +54,7 @@ public class OnlinePlayerManager : DisposableMediatorSubscriberBase
|
|||
|
||||
if (pair.InitializePair(pChar.Name.ToString()))
|
||||
{
|
||||
newVisiblePlayers.Add(pair.UserData ?? pair.GroupPair.First().Value.User);
|
||||
newVisiblePlayers.Add(pair.UserData);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue