aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/rosegoldaddons/features/NecronAimbot.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/rosegoldaddons/features/NecronAimbot.java')
-rw-r--r--src/main/java/rosegoldaddons/features/NecronAimbot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/rosegoldaddons/features/NecronAimbot.java b/src/main/java/rosegoldaddons/features/NecronAimbot.java
index b491951..c1669c1 100644
--- a/src/main/java/rosegoldaddons/features/NecronAimbot.java
+++ b/src/main/java/rosegoldaddons/features/NecronAimbot.java
@@ -19,7 +19,7 @@ public class NecronAimbot {
if (!Main.necronAimbot) return;
Entity necron = getClosestWither();
if (necron == null) return;
- RenderUtils.drawEntityBox(necron, Color.RED, true, event.partialTicks);
+ RenderUtils.drawEntityBox(necron, Color.RED, Main.configFile.lineWidth, event.partialTicks);
RotationUtils.faceEntity(necron);
}