Fix missing system folder

This commit is contained in:
zontreck 2024-05-16 23:37:21 -07:00
parent 6aa0ba15b7
commit a54d0e4c0f

View file

@ -17,6 +17,7 @@ enum InventoryFolder {
CallingCard(id: 2, name: "Calling Cards"),
Landmark(id: 3, name: "Landmarks"),
Clothing(id: 5, name: "Clothing"),
Notecards(id: 7, name: "Notecards"),
Objects(id: 6, name: "Objects"),
Scripts(id: 10, name: "Scripts"),
BodyParts(id: 13, name: "Body Parts"),