We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd1abb commit 7d3c17aCopy full SHA for 7d3c17a
bathbot/src/tracking/osu/mod.rs
@@ -81,7 +81,7 @@ impl OsuTracking {
81
last_ended_at = %last_updated.format(NAIVE_DATETIME_FORMAT).unwrap(),
82
);
83
84
- if last_pp > pp && last_updated >= score.ended_at {
+ if last_pp > pp || last_updated >= score.ended_at {
85
return;
86
}
87
0 commit comments