mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Give AC audio searcher invalid avatar URL
This commit is contained in:
parent
1c5e1bb5ea
commit
917fe2ae6a
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ var DEFAULT_SOUND_DATA = {
|
|||
|
||||
Script.include("../../libraries/utils.js");
|
||||
Agent.isAvatar = true; // This puts a robot at 0,0,0, but is currently necessary in order to use AvatarList.
|
||||
Avatar.skeletonModelURL = "http://invalid-url";
|
||||
function ignore() {}
|
||||
function debug() { // Display the arguments not just [Object object].
|
||||
//print.apply(null, [].map.call(arguments, JSON.stringify));
|
||||
|
|
Loading…
Reference in a new issue