Skip to content

Commit

Permalink
Merge pull request ddnet#9276 from fokkonaut/master
Browse files Browse the repository at this point in the history
Fix jetpack strength always being set to 0
  • Loading branch information
def- authored Nov 22, 2024
2 parents 0b9e0bf + f72a1af commit f7e6507
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/game/client/gameclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -948,9 +948,6 @@ void CGameClient::OnMessage(int MsgId, CUnpacker *pUnpacker, int Conn, bool Dumm
pParams[i] = value;
}

// No jetpack on DDNet incompatible servers:
NewTuning.m_JetpackStrength = 0;

m_ServerMode = SERVERMODE_PURE;

m_aReceivedTuning[Conn] = true;
Expand Down

0 comments on commit f7e6507

Please sign in to comment.