mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:49:34 +02:00
Update DomainMetadata.cpp
This commit is contained in:
parent
c4667aa1a7
commit
5f123018a4
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ void DomainMetadata::maybeUpdateUsers() {
|
||||||
if (linkedData) {
|
if (linkedData) {
|
||||||
auto nodeData = static_cast<DomainServerNodeData*>(linkedData);
|
auto nodeData = static_cast<DomainServerNodeData*>(linkedData);
|
||||||
|
|
||||||
if (!nodeData->wasAssigned()) {
|
if (!nodeData->wasAssigned() && node->getType() == NodeType::Agent) {
|
||||||
++numConnected;
|
++numConnected;
|
||||||
|
|
||||||
if (nodeData->getUsername().isEmpty()) {
|
if (nodeData->getUsername().isEmpty()) {
|
||||||
|
|
Loading…
Reference in a new issue