This commit is contained in:
Mészáros Mihály
2020-04-29 21:39:11 +02:00
parent c23d635803
commit 174a03814f
+1 -1
View File
@@ -873,7 +873,7 @@ export default class RoomClient
store.dispatch(
lobbyPeerActions.addLobbyPeer(peer.peerId));
store.dispatch(
lobbyPeerActions.setLobbyPeerDisplayName(peer.displayName));
lobbyPeerActions.setLobbyPeerDisplayName(peer.displayName, peer.peerId));
store.dispatch(
lobbyPeerActions.setLobbyPeerPicture(peer.picture));
});