mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 15:52:27 +02:00
update agent script reference
This commit is contained in:
parent
3d8bf7f11c
commit
a64a1e2ee0
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ Script.setTimeout(function () {
|
|||
var total = AvatarList.getAvatarIdentifiers().length;
|
||||
if (0 === summonedAgents.length) {
|
||||
Window.alert("No agents reported.\n\Please run " + MINIMUM_AVATARS + " instances of\n\
|
||||
http://cdn.highfidelity.com/davidkelly/production/scripts/tests/performance/crowd-agent.js\n\
|
||||
http://hifi-content.s3.amazonaws.com/howard/scripts/tests/performance/crowd-agent.js\n\
|
||||
on your domain server.");
|
||||
} else if (total < MINIMUM_AVATARS) {
|
||||
Window.alert("Only " + summonedAgents.length + " agents reported. Now missing " + (MINIMUM_AVATARS - total) + " avatars, total.");
|
||||
|
|
Loading…
Reference in a new issue