Finalizing the voice connection cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user