Skip to content

Commit

Permalink
Fixed patch of CardLibrary.getCopy
Browse files Browse the repository at this point in the history
  • Loading branch information
twanvl committed Jun 1, 2018
1 parent 1402c1e commit b9f96bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/madsciencemod/patches/UpgradePatches.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static class CardGroup_getUpgradableCards {
public static class CardGroup_hasUpgradableCards {
public static ExprEditor Instrument() { return patch; }
}
@SpirePatch(cls="com.megacrit.cardcrawl.helpers.CardLibrary", method="getCopy", paramtypes={"String","int","int"})
@SpirePatch(cls="com.megacrit.cardcrawl.helpers.CardLibrary", method="getCopy", paramtypes={"java.lang.String","int","int"})
public static class CardLibrary_buttonEffect {
public static ExprEditor Instrument() { return patch; }
}
Expand Down

0 comments on commit b9f96bd

Please sign in to comment.