mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-09 10:59:36 +02: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";
|
var myName = MyAvatar.displayName ? MyAvatar.displayName : "Anonymous";
|
||||||
dbObj.dbKey[dbObj.dbKey.length] = {name: myName, score: scoreAssigned, clip_url: url};
|
dbObj.dbKey[dbObj.dbKey.length] = {name: myName, score: scoreAssigned, clip_url: url};
|
||||||
setEntityCustomData('infoKey', dataBaseID, dbObj);
|
setEntityCustomData('infoKey', dataBaseID, dbObj);
|
||||||
print("Feeded DB: " + url");
|
print("Feeded DB: " + url);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue