Merge branch 'overte-org:master' into More-Replacement

This commit is contained in:
Armored-Dragon 2024-07-18 14:03:26 -05:00 committed by GitHub
commit 03cd963a62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
messageObj = JSON.parse(message);
if (messageObj.channel === channel) {
if (messageObj.action === "FLY-AVATAR-URL") {
flyAvatarUrl = messageObj.url;
flyAvatarUrl = messageObj.url || [];
bookmarks = messageObj.bookmarks;
flyAvatarSwitch = messageObj.mainSwitch;
document.getElementById("mainSwitch").checked = flyAvatarSwitch;

View file

@ -82,7 +82,7 @@ var metadata = { "applications":
"caption": "REFRESH"
},
{
"isActive": true,
"isActive": false,
"directory": "nametags",
"name": "Nametags",
"description": "Display users' display names above their heads.",