auto_join_3.3
Mészáros Mihály 2020-04-29 21:39:11 +02:00
parent c23d635803
commit 174a03814f
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ export default class RoomClient
store.dispatch( store.dispatch(
lobbyPeerActions.addLobbyPeer(peer.peerId)); lobbyPeerActions.addLobbyPeer(peer.peerId));
store.dispatch( store.dispatch(
lobbyPeerActions.setLobbyPeerDisplayName(peer.displayName)); lobbyPeerActions.setLobbyPeerDisplayName(peer.displayName, peer.peerId));
store.dispatch( store.dispatch(
lobbyPeerActions.setLobbyPeerPicture(peer.picture)); lobbyPeerActions.setLobbyPeerPicture(peer.picture));
}); });