Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
added and fixed modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Nxyi committed Apr 1, 2023
1 parent 75128f7 commit 905df7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/coffee/client/mixin/EyeThrownMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public abstract class EyeThrownMixin {

@Inject(method = "use", at = @At("TAIL"))
protected void afterUse(World world, PlayerEntity user, Hand hand, CallbackInfoReturnable info) {
if (ModuleRegistry.getByClass(StrongholdLocator.class).isEnabled()) EntityRaycaster.setDelay(4);
// if (ModuleRegistry.getByClass(StrongholdLocator.class).isEnabled()) EntityRaycaster.setDelay(4);
}
}

0 comments on commit 905df7f

Please sign in to comment.