mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +00:00
Fix spelling
This commit is contained in:
@@ -237,7 +237,7 @@ void Inventory::AddManagedItem(Item* item)
|
||||
|
||||
if (slots.find(slot) != slots.end())
|
||||
{
|
||||
Game::logger->Log("Inventory", "Attempting to add an item with and already present slot (%i)!\n", slot);
|
||||
Game::logger->Log("Inventory", "Attempting to add an item with an already present slot (%i)!\n", slot);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user