Skip to content

Commit 4c4c97c

Browse files
committed
Addendum to a3864d8
1 parent a3864d8 commit 4c4c97c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Client/mods/deathmatch/logic/CClientPed.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5672,6 +5672,9 @@ void CClientPed::RunNamedAnimation(std::unique_ptr<CAnimBlock>& pBlock, const ch
56725672

56735673
if (pBlock->IsLoaded())
56745674
{
5675+
// Fix #366: Can only run forward bug
5676+
m_pPlayerPed->SetLanding(false);
5677+
56755678
// Remove jetpack now so it doesn't stay on (#9522#c25612)
56765679
if (HasJetPack())
56775680
SetHasJetPack(false);

0 commit comments

Comments
 (0)