ping the AssetClient from the agent

This commit is contained in:
Stephen Birarda 2015-10-26 16:06:12 -07:00
parent 5908f2d398
commit 3fa0bcbcd9

View file

@ -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;