This commit is contained in:
howard-stearns 2016-10-07 15:27:58 -07:00
parent c5f889a34d
commit 7c5dd89372

View file

@ -124,6 +124,6 @@ Script.setTimeout(function () {
http://cdn.highfidelity.com/davidkelly/production/scripts/tests/performance/crowd-agent.js\n\ http://cdn.highfidelity.com/davidkelly/production/scripts/tests/performance/crowd-agent.js\n\
on your domain server."); on your domain server.");
} else if (total < MINIMUM_AVATARS) { } else if (total < MINIMUM_AVATARS) {
Window.alert("Only " + summonedAgents.length + " of the expected " + (MINIMUM_AVATARS - total) + " agents + reported in."); Window.alert("Only " + summonedAgents.length + " of the expected " + (MINIMUM_AVATARS - total) + " agents reported in.");
} }
}, 5000); }, 5000);