mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-24 22:43:34 +00:00
comment cleanup
This commit is contained in:
parent
2d3e03a2a8
commit
c6df078411
@ -377,19 +377,6 @@ void PetComponent::Update(float deltaTime) {
|
|||||||
case TAMEABLE:
|
case TAMEABLE:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SPAWNING:
|
|
||||||
LOG_DEBUG("Has SPAWNING flag!");
|
|
||||||
OnSpawn();
|
|
||||||
break;
|
|
||||||
|
|
||||||
case NOT_WAITING:
|
|
||||||
LOG_DEBUG("Has NOT_WAITING flag!");
|
|
||||||
break;
|
|
||||||
|
|
||||||
case IDLE:
|
|
||||||
LOG_DEBUG("Has IDLE flag!");
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
LOG_DEBUG("Triggered default case!");
|
LOG_DEBUG("Triggered default case!");
|
||||||
}*/
|
}*/
|
||||||
@ -889,7 +876,6 @@ void PetComponent::OnFollow(const float& deltaTime) {
|
|||||||
}
|
}
|
||||||
else { // Chase the player's new position
|
else { // Chase the player's new position
|
||||||
m_MovementAI->SetDestination(ownerPos);
|
m_MovementAI->SetDestination(ownerPos);
|
||||||
//LOG_DEBUG("New pet destination: %f %f %f", ownerPos.x, ownerPos.y, ownerPos.z);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Teleporting logic
|
// Teleporting logic
|
||||||
|
Loading…
Reference in New Issue
Block a user