replaced a few more macro instances

This commit is contained in:
jadebenn
2024-03-13 20:47:41 -05:00
parent cfb0826d22
commit 4c4ea2ae71
7 changed files with 23 additions and 24 deletions

View File

@@ -199,7 +199,7 @@ bool VendorComponent::SetupItem(LOT item) {
auto itemComponentID = compRegistryTable->GetByIDAndType(item, eReplicaComponentType::ITEM, -1);
if (itemComponentID == -1) {
LOG("Attempted to add item %i with ItemComponent ID -1 to vendor %i inventory. Not adding item!", itemComponentID, m_Parent->GetLOT());
Log::Warn("Attempted to add item {} with ItemComponent ID -1 to vendor {} inventory. Not adding item!", itemComponentID, m_Parent->GetLOT());
return false;
}