mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-19 05:48:09 +00:00
further address feedback
This commit is contained in:
@@ -855,7 +855,7 @@ void PetComponent::StartInteractBouncer() {
|
||||
// THIS IS ALL BAD, BAD, BAD! FIX IT, ME! >:(
|
||||
SetIsHandlingInteraction(true);
|
||||
SwitchComponent* closestSwitch = SwitchComponent::GetClosestSwitch(m_MovementAI->GetDestination()); // TODO: Find a better way to do this
|
||||
closestSwitch->EntityEnter(m_Parent);
|
||||
closestSwitch->OnUse(m_Parent);
|
||||
}
|
||||
|
||||
void PetComponent::HandleInteractBouncer() {
|
||||
|
Reference in New Issue
Block a user