Skip to content

Commit

Permalink
Move to new API
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Nov 18, 2024
1 parent 3594a2d commit 39e9c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void clearNegativeCacheFor(Set<String> classList)
public ModAPITransformer addModAPITransformer(ASMDataTable dataTable)
{
ModAPITransformer modAPI = new ModAPITransformer();
TransformerDelegate.registerTransformerByInstance(modAPI);
TransformerDelegate.registerTransformer(modAPI);
modAPI.initTable(dataTable);
return modAPI;
}
Expand Down

0 comments on commit 39e9c4d

Please sign in to comment.