mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Typo fixed
This commit is contained in:
parent
41e6dd48e0
commit
737a00a2cb
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
|||
var myName = MyAvatar.displayName ? MyAvatar.displayName : "Anonymous";
|
||||
dbObj.dbKey[dbObj.dbKey.length] = {name: myName, score: scoreAssigned, clip_url: url};
|
||||
setEntityCustomData('infoKey', dataBaseID, dbObj);
|
||||
print("Feeded DB: " + url");
|
||||
print("Feeded DB: " + url);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue