Fix typos
This commit is contained in:
committed by
Mészáros Mihály
parent
e39b475330
commit
3cf0f9d3e7
@@ -44,7 +44,7 @@ const lobbyPeers = (state = {}, action) =>
|
||||
|
||||
if (!oldLobbyPeer)
|
||||
{
|
||||
// Tried to update non-existant lobbyPeer. Has probably been promoted, or left.
|
||||
// Tried to update non-existent lobbyPeer. Has probably been promoted, or left.
|
||||
return state;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user