We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f217b0 commit 4aed434Copy full SHA for 4aed434
src/network/protocols/server_lobby.cpp
@@ -1982,6 +1982,8 @@ void ServerLobby::asynchronousUpdate()
1982
for (unsigned i = 0; i < players.size(); i++)
1983
{
1984
std::string current_kart = players[i]->getKartName();
1985
+ if (!players[i]->getPeer().get())
1986
+ continue;
1987
if (areKartFiltersIgnoringKarts())
1988
current_kart = "";
1989
std::string name = StringUtils::wideToUtf8(players[i]->getName());
0 commit comments