mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +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;
|
var total = AvatarList.getAvatarIdentifiers().length;
|
||||||
if (0 === summonedAgents.length) {
|
if (0 === summonedAgents.length) {
|
||||||
Window.alert("No agents reported.\n\Please run " + MINIMUM_AVATARS + " instances of\n\
|
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.");
|
on your domain server.");
|
||||||
} else if (total < MINIMUM_AVATARS) {
|
} else if (total < MINIMUM_AVATARS) {
|
||||||
Window.alert("Only " + summonedAgents.length + " agents reported. Now missing " + (MINIMUM_AVATARS - total) + " avatars, total.");
|
Window.alert("Only " + summonedAgents.length + " agents reported. Now missing " + (MINIMUM_AVATARS - total) + " avatars, total.");
|
||||||
|
|
Loading…
Reference in a new issue