ping the AssetClient from the agent

This commit is contained in:
Stephen Birarda 2015-10-26 16:06:12 -07:00
parent 6080654d7e
commit f275d2678d

View file

@ -403,6 +403,7 @@ void Agent::sendPingRequests() {
case NodeType::AvatarMixer:
case NodeType::AudioMixer:
case NodeType::EntityServer:
case NodeType::AssetClient:
return true;
default:
return false;