mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-12 02:39:28 +02:00
cr1
This commit is contained in:
parent
b352d53083
commit
bb0b51116a
2 changed files with 2 additions and 5 deletions
|
@ -171,8 +171,6 @@ function onAddingWearable(id) {
|
|||
var props = Entities.getEntityProperties(id, ["name"]);
|
||||
if (props.name.toLowerCase().indexOf("avimoji") > -1) {
|
||||
Entities.deleteEntity(id);
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -235,8 +233,7 @@ function createEmoji(emojiFilename) {
|
|||
"billboardMode": "full",
|
||||
"ignorePickIntersection": true,
|
||||
"alpha": 1,
|
||||
"grab": { "grabbable": false },
|
||||
"userData": JSON.stringify({ timestamp: Date.now() })
|
||||
"grab": { "grabbable": false }
|
||||
}, "avatar");
|
||||
|
||||
maybePlayPop("in");
|
||||
|
|
|
@ -584,7 +584,7 @@ function restoreLODSettings() {
|
|||
|
||||
|
||||
var nametag = Script.require("./simplifiedNametag/simplifiedNametag.js?" + Date.now());
|
||||
var si = Script.require("./simplifiedStatusIndicator/simplifiedStatusIndicator.js?" + Date.now())
|
||||
var si = Script.require("./simplifiedStatusIndicator/simplifiedStatusIndicator.js?" + Date.now());
|
||||
var emote = Script.require("../simplifiedEmote/simplifiedEmote.js?" + Date.now());
|
||||
var oldShowAudioTools;
|
||||
var oldShowBubbleTools;
|
||||
|
|
Loading…
Reference in a new issue