Skip to content

Commit

Permalink
Fix jumpstats strafe starting at 0
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0k-z committed Jan 3, 2024
1 parent e97bf3a commit fcdb2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kz/jumpstats/kz_jumpstats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ void KZJumpstatsService::PrintJumpToConsole(KZPlayer *target, Jump *jump)
V_snprintf(angRatioString, sizeof(angRatioString), "N/A");
}
utils::PrintConsole(target->GetController(), "%i.%5s %7s%-10s %7s%-10s %-7s %-8s %-4s %-4s %-4s %-7s %-7s %s",
i,
i + 1,
syncString,
gainString,
externalGainString,
Expand Down

0 comments on commit fcdb2ee

Please sign in to comment.