mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:52:10 +02:00
ping the AssetClient from the agent
This commit is contained in:
parent
6080654d7e
commit
f275d2678d
1 changed files with 15 additions and 14 deletions
|
@ -403,6 +403,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