Skip to content

Commit 955baad

Browse files
author
Nep Nep
authored
Hacky fix for the long lived sporadic clickMouse shadow mixin bug (#322)
* Attempt to fix production issue where clickMouse is not located in the game * Actually fix it now * Remove comment * Revert "Remove comment" This reverts commit 301fc21.
1 parent c048b4f commit 955baad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/lambda/mixin/MixinMinecraft.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public abstract class MixinMinecraft {
4343
private boolean handActive = false;
4444
private boolean isHittingBlock = false;
4545

46-
@Shadow
46+
@Shadow(aliases = "func_147116_af") // Fixes weird prod meme in some cases??
4747
protected abstract void clickMouse();
4848

4949
@ModifyVariable(method = "displayGuiScreen", at = @At("HEAD"), argsOnly = true)

0 commit comments

Comments
 (0)