update name

Pets will take imagination by default now
This commit is contained in:
EmosewaMC
2022-06-18 13:25:34 -07:00
parent 2a0616d0e9
commit 2e224cb151
3 changed files with 3 additions and 3 deletions

View File

@@ -986,7 +986,7 @@ void PetComponent::Activate(Item* item, bool registerPet, bool fromTaming)
}
void PetComponent::AddDrainImaginationTimer(Item* item, bool fromTaming) {
if (Game::config->GetValue("pets_imagination") != "1") return;
if (Game::config->GetValue("pets_take_imagination") != "1") return;
auto playerInventory = item->GetInventory();
if (!playerInventory) return;