Skip to content

Commit

Permalink
fix: what's wrong with me?
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSkidder committed Aug 24, 2024
1 parent 1a0b549 commit 354a69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/java/top/fpsmaster/FPSMaster.kt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class FPSMaster {
}
if (s.isNotEmpty()) {
latest = s
isLatest = CLIENT_VERSION != s
isLatest = CLIENT_VERSION == s
}
}
}
Expand Down

0 comments on commit 354a69f

Please sign in to comment.