mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
avatar mixer still needs to check in with DS
This commit is contained in:
parent
be0bf37109
commit
c3c9616afb
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ int main(int argc, const char* argv[])
|
|||
|
||||
agentList->linkedDataCreateCallback = attachAvatarDataToAgent;
|
||||
|
||||
agentList->startDomainServerCheckInThread();
|
||||
agentList->startSilentAgentRemovalThread();
|
||||
|
||||
sockaddr *agentAddress = new sockaddr;
|
||||
|
@ -105,6 +106,7 @@ int main(int argc, const char* argv[])
|
|||
}
|
||||
|
||||
agentList->stopSilentAgentRemovalThread();
|
||||
agentList->stopDomainServerCheckInThread();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue