mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
typo
This commit is contained in:
parent
c5f889a34d
commit
7c5dd89372
1 changed files with 1 additions and 1 deletions
|
@ -124,6 +124,6 @@ Script.setTimeout(function () {
|
|||
http://cdn.highfidelity.com/davidkelly/production/scripts/tests/performance/crowd-agent.js\n\
|
||||
on your domain server.");
|
||||
} 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);
|
||||
|
|
Loading…
Reference in a new issue