Skip to content

Commit

Permalink
social credits down in ohio
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspw-w committed Mar 11, 2024
1 parent c4b0a41 commit 44b65bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/net/aspw/client/features/api/PacketManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,7 @@ public void onPacket(PacketEvent event) {
packetCountTimer.reset();
}

final BetterView betterView = Objects.requireNonNull(Launch.moduleManager.getModule(BetterView.class));

if (packet instanceof C03PacketPlayer.C05PacketPlayerLook && flagged) {
if (betterView.getCustomStrafe().get() && !betterView.getRotating())
betterView.setRotating(true);
if (mc.thePlayer.ticksExisted % 2 == 0)
flagTicks++;
if (flagTicks < 4) {
Expand Down

0 comments on commit 44b65bd

Please sign in to comment.