mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 16:38:39 +02:00
ping the AssetClient from the agent
This commit is contained in:
parent
5908f2d398
commit
3fa0bcbcd9
1 changed files with 15 additions and 14 deletions
|
@ -406,6 +406,7 @@ void Agent::sendPingRequests() {
|
|||
case NodeType::AvatarMixer:
|
||||
case NodeType::AudioMixer:
|
||||
case NodeType::EntityServer:
|
||||
case NodeType::AssetClient:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue