mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 11:41:17 +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;
|
ssize_t receivedBytes;
|
||||||
|
|
||||||
timeval lastDomainServerCheckIn = {};
|
timeval lastDomainServerCheckIn = {};
|
||||||
|
AgentList::getInstance()->setAgentTypesOfInterest(&AGENT_TYPE_VOXEL_SERVER, 1);
|
||||||
|
|
||||||
// loop to send to agents requesting data
|
// loop to send to agents requesting data
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|
Loading…
Reference in a new issue