Finalizing the voice connection cleanup

This commit is contained in:
WolverinDEV
2020-07-29 22:53:40 +02:00
parent 4c91a7a3bf
commit 7a974677fb
25 changed files with 864 additions and 566 deletions
@@ -2135,6 +2135,9 @@ command_result ConnectedClient::handleCommandLogView(ts::Command& cmd) {
};
command_builder result{this->getExternalType() == ClientType::CLIENT_TEAMSPEAK ? "notifyserverlog" : ""};
result.put_unchecked(0, "last_pos", 0);
result.put_unchecked(0, "file_size", 0);
size_t index{0};
if(lagacy) {
for(const auto& message : log_output) {