We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f93c059 + 8e11338 commit 765b391Copy full SHA for 765b391
src/game/client/gameclient.cpp
@@ -2626,8 +2626,6 @@ void CGameClient::OnPredict()
2626
2627
m_PredictedWorld.Tick();
2628
2629
- HandlePredictedEvents(Tick);
2630
-
2631
// fetch the current characters
2632
if(Tick == PredictionTick)
2633
{
@@ -2689,6 +2687,8 @@ void CGameClient::OnPredict()
2689
2687
if(Events & COREEVENT_AIR_JUMP)
2690
2688
m_Effects.AirJump(Pos, 1.0f, 1.0f);
2691
}
+
+ HandlePredictedEvents(Tick);
2692
2693
2694
// detect mispredictions of other players and make corrections smoother when possible
0 commit comments