This crashes sometimes when leaving matches

This commit is contained in:
Federico Cecchetto 2022-05-24 19:46:07 +02:00
parent 699e5139c4
commit c971553252

View File

@ -84,13 +84,13 @@ namespace steam
result_handlers_[result.call]->run(result.data, false, result.call);
}
for (const auto& callback : callback_list_)
/*for (const auto& callback : callback_list_)
{
if (callback && callback->get_i_callback() == result.type)
{
callback->run(result.data, false, 0);
}
}
}*/
if (result.data)
{