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