diff --git a/src/Ext/Techno/Hooks.Others.cpp b/src/Ext/Techno/Hooks.Others.cpp index 4c988dd367..5ffca4181f 100644 --- a/src/Ext/Techno/Hooks.Others.cpp +++ b/src/Ext/Techno/Hooks.Others.cpp @@ -622,7 +622,10 @@ bool __fastcall CanEnterNow(UnitClass* pTransport, FootClass* pPassenger) return false; if (needCalculate && remain < static_cast(pLink->GetTechnoType()->Size)) + { pLink->SendToFirstLink(RadioCommand::NotifyUnlink); + pLink->EnterIdleMode(false, true); + } return true; }