fix issue template getter method

This commit is contained in:
Indyuce 2019-08-26 18:49:22 +02:00
parent 1c35076ded
commit daf8b244cb
2 changed files with 150 additions and 150 deletions

View File

@ -56,8 +56,8 @@ public class UpgradeTemplate {
return stats.keySet();
}
public UpgradeInfo getUpgradeInfo() {
return stats.get(stats);
public UpgradeInfo getUpgradeInfo(ItemStat stat) {
return stats.get(stat);
}
public void upgrade(MMOItem mmoitem, UpgradeData upgrade) {