Skip to content

Commit

Permalink
fixed annotaion processor only working on redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jan 14, 2023
1 parent cec0382 commit 6bba502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/feltmc/feltasm/asm/FeltAsmAP.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.Set;


@SupportedAnnotationTypes("org.spongepowered.asm.mixin.injection.Redirect")
@SupportedAnnotationTypes({})
public class FeltAsmAP extends AbstractProcessor {

public FeltAsmAP(){
Expand Down

0 comments on commit 6bba502

Please sign in to comment.