mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
ignore camera man
This commit is contained in:
parent
387f73b349
commit
28e8bb69ec
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ var beacons = {};
|
||||||
|
|
||||||
// List of .fst files used by AC scripts, that should be ignored in the script in case TRY_TO_IGNORE_AC_AGENTS is enabled
|
// List of .fst files used by AC scripts, that should be ignored in the script in case TRY_TO_IGNORE_AC_AGENTS is enabled
|
||||||
var POSSIBLE_AC_AVATARS = [
|
var POSSIBLE_AC_AVATARS = [
|
||||||
'http://hifi-content.s3.amazonaws.com/ozan/dev/avatars/invisible_avatar/invisible_avatar.fst'
|
'http://hifi-content.s3.amazonaws.com/ozan/dev/avatars/invisible_avatar/invisible_avatar.fst',
|
||||||
|
'http://hifi-content.s3.amazonaws.com/ozan/dev/avatars/camera_man/pod/_latest/camera_man_pod.fst'
|
||||||
];
|
];
|
||||||
|
|
||||||
AvatarFinderBeacon = function(avatar) {
|
AvatarFinderBeacon = function(avatar) {
|
||||||
|
|
Loading…
Reference in a new issue