Address review
This commit is contained in:
parent
6c76136c5c
commit
92a9eb58ad
@ -58,11 +58,7 @@ namespace Components
|
||||
|
||||
void Party::RemoveLobby(SteamID lobby)
|
||||
{
|
||||
const auto got = Party::LobbyMap.find(lobby.bits);
|
||||
if (got != Party::LobbyMap.end())
|
||||
{
|
||||
Party::LobbyMap.erase(got);
|
||||
}
|
||||
Party::LobbyMap.erase(lobby.bits);
|
||||
}
|
||||
|
||||
void Party::ConnectError(const std::string& message)
|
||||
|
Loading…
Reference in New Issue
Block a user