Skip to content

Commit

Permalink
fix Morales for Falreedom
Browse files Browse the repository at this point in the history
  • Loading branch information
chaserli committed Feb 26, 2024
1 parent 7451a3a commit 168db2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ext/House/Body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void HouseExt::ExtData::UpdateTransportReloaders()
{
auto const pTechno = pExt->OwnerObject();

if (pTechno->Transporter)
if (pTechno->IsAlive && pTechno->Transporter && pTechno->Transporter->IsInLogic)
pTechno->Reload();
}
}
Expand Down

0 comments on commit 168db2d

Please sign in to comment.