Added some debug info

This commit is contained in:
WolverinDEV
2020-04-02 19:18:58 +02:00
parent 1865a3b20d
commit b594c9566c
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -65,7 +65,6 @@ void SpeakingClient::handlePacketVoice(const pipes::buffer_view& data, bool head
if(!speaking_client) return true;
return !speaking_client->shouldReceiveVoice(self);
}), target_clients.end());
if(target_clients.empty()) {
return;