Skip to content

Commit

Permalink
Fix no refmap found on carry on patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Sep 30, 2024
1 parent e8263ac commit 8ae81c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@Mixin(ItemTile.class)
public class ItemTileMixin {
@Redirect(method = "onItemUse", at = @At(value = "FIELD", target = "Lcom/google/common/base/CharMatcher;JAVA_UPPER_CASE:Lcom/google/common/base/CharMatcher;"))
@Redirect(method = "onItemUse", at = @At(value = "FIELD", target = "Lcom/google/common/base/CharMatcher;JAVA_UPPER_CASE:Lcom/google/common/base/CharMatcher;", remap = false))
private CharMatcher getCharMatcher() {
return CharMatcher.javaUpperCase();
}
Expand Down

0 comments on commit 8ae81c0

Please sign in to comment.