small fixes

This commit is contained in:
2024-07-14 19:47:22 +02:00
parent 74414d0999
commit 10756e13ce
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ void chunk_picker_updates(
//std::cout << "cput :)\n";
if (!c.any_of<Contact::Components::ToxGroupPeerEphemeral, Contact::Components::FT1Participation>()) {
if (!c.all_of<Contact::Components::ToxGroupPeerEphemeral, Contact::Components::FT1Participation>()) {
std::cout << "cput uh nuh :(\n";
cp_to_remove.push_back(c);
return;