chore: handle addItem of /Lotus/Types/Items/Emotes/** based on path
This commit is contained in:
parent
d739945a1d
commit
55a1704e4f
@ -791,6 +791,12 @@ export const addItem = async (
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "Items": {
|
||||
if (typeName.substr(1).split("/")[3] == "Emotes") {
|
||||
return addCustomization(inventory, typeName);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "NeutralCreatures": {
|
||||
if (inventory.Horses.length != 0) {
|
||||
logger.warn("refusing to add Horse because account already has one");
|
||||
|
Loading…
x
Reference in New Issue
Block a user