Vault corrections

This commit is contained in:
EmosewaMC
2022-04-13 01:49:55 -07:00
parent e92cdc4f14
commit a32c5a2f3c
6 changed files with 24 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ Inventory* InventoryComponent::GetInventory(const eInventoryType type)
case eInventoryType::ITEMS:
size = 20u;
break;
case eInventoryType::VAULT_MODELS:
case eInventoryType::VAULT_ITEMS:
size = 40u;
break;