mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-15 20:08:14 +00:00
no longer bad (you know it)
This commit is contained in:
@@ -852,7 +852,6 @@ void PetComponent::StartInteractBouncer() {
|
||||
destroyableComponent->SetImagination(imagination);
|
||||
Game::entityManager->SerializeEntity(user);
|
||||
|
||||
// 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->OnUse(m_Parent);
|
||||
|
Reference in New Issue
Block a user