Skip to content

Commit

Permalink
Fix jetpack strength always being set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
fokkonaut authored Nov 22, 2024
1 parent 3dab25b commit c4ab0c8
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 c4ab0c8

Please sign in to comment.