mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 23:07:23 +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::AvatarMixer:
|
||||||
case NodeType::AudioMixer:
|
case NodeType::AudioMixer:
|
||||||
case NodeType::EntityServer:
|
case NodeType::EntityServer:
|
||||||
|
case NodeType::AssetClient:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue