Skip to content

Commit 4350dca

Browse files
author
zgoly
committed
IntelliJ IDEA sorting issue
1 parent b73f97c commit 4350dca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/zgoly/meteorist/modules/ItemSucker.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public class ItemSucker extends Module {
136136
.visible(() -> moveMode.get() == MoveMode.Baritone && modifySpeed.get())
137137
.build()
138138
);
139+
139140
int timer = 0;
140141
Vec3d startPos = null;
141142
MeteoristBaritoneUtils baritoneUtils = new MeteoristBaritoneUtils();

src/main/java/zgoly/meteorist/modules/ZAimbot.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ private void renderTick(Render3DEvent event) {
164164
private float calculateFov(LivingEntity player, Entity target) {
165165
Vec3d lookDirection = player.getRotationVec(1.0F);
166166
Vec3d targetDirection = target.getPos().subtract(player.getPos()).normalize();
167+
167168
return (float) Math.toDegrees(Math.acos(lookDirection.dotProduct(targetDirection)));
168169
}
169170

0 commit comments

Comments
 (0)