Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Plastoid501 committed Jul 19, 2024
1 parent ba1c1c4 commit 2464cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private boolean modifyTickMovement(KeyBinding instance) {
//client.currentScreen instanceof TelemetryInfoScreen ||
client.currentScreen instanceof StatsScreen ||
client.currentScreen instanceof OpenToLanScreen ||
//client.currentScreen instanceof ConfirmLinkScreen ||
client.currentScreen instanceof ConfirmScreen ||
client.currentScreen instanceof PackScreen ||
//client.currentScreen instanceof CreditsAndAttributionScreen ||
client.currentScreen instanceof CreditsScreen ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private boolean modifyTick(KeyBinding instance) {
//client.currentScreen instanceof TelemetryInfoScreen ||
client.currentScreen instanceof StatsScreen ||
client.currentScreen instanceof OpenToLanScreen ||
//client.currentScreen instanceof ConfirmLinkScreen ||
client.currentScreen instanceof ConfirmScreen ||
client.currentScreen instanceof PackScreen ||
//client.currentScreen instanceof CreditsAndAttributionScreen ||
client.currentScreen instanceof CreditsScreen ||
Expand Down

0 comments on commit 2464cb0

Please sign in to comment.