Slight code change
This commit is contained in:
parent
e0f319ea09
commit
2c37d17db3
@ -213,6 +213,6 @@ public class Calculations
|
|||||||
*/
|
*/
|
||||||
public static int getGemsCost(int upgradeLevel)
|
public static int getGemsCost(int upgradeLevel)
|
||||||
{
|
{
|
||||||
return GEMS_FOR_UPGRADE.get(Calculations.getLevelRequiredFor(upgradeLevel));
|
return GEMS_FOR_UPGRADE.get(getLevelRequiredFor(upgradeLevel));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user