Skip to content

Fix GuiChat ASM surrounding too many instructions with if statement #187

Description

@Alexdoru

The code injected in the GuiChat.drawScreen method is surrounding all the code from the start of the method up to the drawRect call with an if statement.

If another ASM mod injected code at HEAD, that code will be wraped too with the if statement.

I suggest deleting that ASM and instead use a mixin using the @WrapWithCondition targeting the drawRect call

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions