Fix spelling

This commit is contained in:
Matthew Day
2021-12-09 03:17:08 -06:00
parent 8c16127115
commit 50512cdef8
5 changed files with 6 additions and 6 deletions

View File

@@ -296,7 +296,7 @@ void InventoryComponent::RemoveItem(const LOT lot, const uint32_t count, eInvent
{
if (count == 0)
{
Game::logger->Log("InventoryComponent", "Attempted to remove 0 of item (%i) to the inventory!\n", lot);
Game::logger->Log("InventoryComponent", "Attempted to remove 0 of item (%i) from the inventory!\n", lot);
return;
}