Adding a basic skillet to the new voice server - fixed some connection issues
This commit is contained in:
@@ -583,8 +583,10 @@ command_result ConnectedClient::handleCommandServerGroupClientList(Command &cmd)
|
||||
notify[index]["client_unique_identifier"] = clientEntry.uid;
|
||||
index++;
|
||||
}
|
||||
if(index == 0)
|
||||
|
||||
if(index == 0 && this->getType() != ClientType::CLIENT_TEAMSPEAK) {
|
||||
return ts::command_result{error::database_empty_result};
|
||||
}
|
||||
|
||||
this->sendCommand(notify);
|
||||
return command_result{error::ok};
|
||||
|
||||
Reference in New Issue
Block a user