Skip to content

Commit

Permalink
format that
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Feb 12, 2025
1 parent fec91a7 commit f9fa489
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ object TpsCounter {

private fun shouldIgnore() = timeSinceWorldSwitch < ignorePacketDelay

private fun isEnabled() = LorenzUtils.onHypixel &&
config.tpsDisplay &&
private fun isEnabled() = LorenzUtils.onHypixel && config.tpsDisplay &&
(LorenzUtils.inSkyBlock || OutsideSBFeature.TPS_DISPLAY.isSelected())

@HandleEvent
Expand Down

0 comments on commit f9fa489

Please sign in to comment.