This changes the injection that cancels action bar rendering from a @ModifyArgs to a @Redirect, allowing for the method call to be properly cancelled, instead of changing the argument to an empty string.
This fixes compatibility with the TieFix mod. More details here
This changes the injection that cancels action bar rendering from a
@ModifyArgs
to a@Redirect
, allowing for the method call to be properly cancelled, instead of changing the argument to an empty string.This fixes compatibility with the TieFix mod. More details here
Fixes j-tai/TieFix#10