Fix thinko in multicast changes... works now!

This commit is contained in:
Adam Ierymenko 2014-11-21 11:27:53 -08:00
parent 7619b0ecbd
commit 959f611a65

View file

@ -178,6 +178,7 @@ void Multicaster::send(
indexes[j] = indexes[i];
indexes[i] = tmp;
}
}
if (gs.members.size() >= limit) {
// If we already have enough members, just send and we're done. We can
@ -297,7 +298,6 @@ void Multicaster::send(
if (indexes != idxbuf)
delete [] indexes;
}
// DEPRECATED / LEGACY / TODO:
// Currently we also always send a legacy P5_MULTICAST_FRAME packet to our