mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 05:33:55 +02:00
ask only for agents of type AGENT_TYPE_VOXEL_SERVER
This commit is contained in:
parent
d33f3e43bd
commit
4715dbf412
1 changed files with 1 additions and 0 deletions
|
@ -714,6 +714,7 @@ int main(int argc, const char * argv[])
|
|||
ssize_t receivedBytes;
|
||||
|
||||
timeval lastDomainServerCheckIn = {};
|
||||
AgentList::getInstance()->setAgentTypesOfInterest(&AGENT_TYPE_VOXEL_SERVER, 1);
|
||||
|
||||
// loop to send to agents requesting data
|
||||
while (true) {
|
||||
|
|
Loading…
Reference in a new issue