mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-30 13:13:38 +01:00
fix some of the impl
This commit is contained in:
parent
e1111e2097
commit
6567c4deba
9 changed files with 55 additions and 51 deletions
|
|
@ -53,7 +53,7 @@ public class OnlinePlayerManager : DisposableMediatorSubscriberBase
|
|||
var newVisiblePlayers = _newVisiblePlayers.ToList();
|
||||
_newVisiblePlayers.Clear();
|
||||
Logger.LogTrace("Has new visible players, pushing character data");
|
||||
PushCharacterData(newVisiblePlayers.Select(c => c.OnlineUser.User).ToList());
|
||||
PushCharacterData(newVisiblePlayers.Select(c => c.OnlineUser.UserData).ToList());
|
||||
}
|
||||
|
||||
private void PlayerManagerOnPlayerHasChanged()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue