Remove left over logging.

This commit is contained in:
Noudess 2020-09-02 14:56:12 -04:00
parent 96fb156c47
commit d5451c5d77

View File

@ -439,7 +439,6 @@ Pet::Pet(NPCType *type_data, Mob *owner, PetType type, uint16 spell_id, int16 po
// Deault to on in older clients, off in new clients that control state.
if (owner && owner->IsClient()) {
if (!(owner->CastToClient()->ClientVersionBit() & EQ::versions::maskUFAndLater)) {
LogError("Titanium");
non_persistant_pet_states_client = true;
}