Skip to content

Commit

Permalink
I
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-jpg committed Jan 25, 2025
1 parent d2f392c commit ac83906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private int onDrawSelection(int x) {

@Inject(method = "renderEffects", at = @At("HEAD"), cancellable = true)
private void onRenderStatusEffectOverlay(CallbackInfo info) {
if (NoRender.INSTANCE.isEnabled() && NoRender.INSTANCE.getPotionicon()) info.cancel();
if (NoRender.INSTANCE.isEnabled() && NoRender.INSTANCE.getPotionIcon()) info.cancel();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ object NoRender: Module(
val underWater by setting("under-water", true)
val inWall by setting("in-wall", true)
val noHurtCam by setting("no-hurt-cam", true)
val potionicon by setting("potion-icon", true)


val potionIcon by setting("potion-icon", true)

init {

listener<AddParticleEvent> { e ->
Expand Down

0 comments on commit ac83906

Please sign in to comment.