Skip to content

Commit

Permalink
Removed left in change
Browse files Browse the repository at this point in the history
  • Loading branch information
yurisuika committed Feb 19, 2023
1 parent 4b276c8 commit 533f380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ChatHudMixin {

@ModifyVariable(method = "mouseClicked", at = @At(value = "HEAD"), ordinal = 1, argsOnly = true)
private double modifyMouseClick(double value) {
return value + (double) Raised.getHud() + (double)Raised.getChat();
return value + (double)Raised.getChat();
}

@ModifyVariable(method = "toChatLineY", at = @At(value = "HEAD"), ordinal = 0, argsOnly = true)
Expand Down

0 comments on commit 533f380

Please sign in to comment.