mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 00:57:44 +02:00
Don't default unknown Marketplace item types to 'Entity'
This commit is contained in:
parent
7381bb0d7e
commit
a0eb7e0712
1 changed files with 1 additions and 2 deletions
|
@ -147,8 +147,7 @@ Rectangle {
|
|||
} else if (root.itemHref.indexOf('.json') > -1) {
|
||||
root.itemType = "entity"; // "wearable" type handled later
|
||||
} else {
|
||||
console.log("WARNING - Item type is UNKNOWN!");
|
||||
root.itemType = "entity";
|
||||
root.itemType = "unknown";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue