Skip to content

Commit

Permalink
not quite ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Coccocoahelper authored Jun 24, 2024
1 parent 1c9a11b commit f8400a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void r1(RenderWorldLastEvent e) {

public static double exp(Entity en) {
Module hitBox = Raven.moduleManager.getModuleByClazz(HitBox.class);
return (hitBox != null && hitBox.isEnabled() ? a.getInput() : 1.0D;
return (hitBox != null && hitBox.isEnabled() ? a.getInput() : 1.0D);
}

public static void gmo(float partialTicks) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public void o(RenderWorldLastEvent e) {
EntityPlayer entity;
do {
do {
do {
if (!entityPlayerIterator.hasNext()) {
if (!entityPlayerIterator.hasNext()) {
return;
}

Expand Down

0 comments on commit f8400a0

Please sign in to comment.