Resolves #47: Use LSL Inventory type when uploading scripts. Thanks to @xBorus

This commit is contained in:
Casper Warden
2021-09-22 14:53:34 +01:00
parent 413d8312c7
commit 90f59a84d6
4 changed files with 23 additions and 0 deletions

View File

@@ -174,6 +174,8 @@ export class Utils
return 'gesture';
case InventoryType.Mesh:
return 'mesh';
case InventoryType.LSL:
return 'LSL';
default:
console.error('Unknown inventory type: ' + InventoryType[type]);
return 'texture';