You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.Patcher/src/main/java/club/sk1er/patcher/asm/render/screen/GuiChatTransformer.java
Line 67 in 4ce6e19
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
callThe text was updated successfully, but these errors were encountered: