Levels

Levels

4M Downloads

Upgrade page shows max level is 7 ignoring of config

CplPibald opened this issue ยท 4 comments

commented

If you set config to max level something other than 7, a level 7 weapon still displays as "max".

Problem in levels/gui/GuiAbilitySelection.java line 190

if (Experience.getLevel(nbt) == 7)

Should be

if (Experience.getLevel(nbt) == ConfigHandler.MAX_LEVEL)
commented

Hmm, not too sure how that slipped by. Will be fixed in the next version.

commented

Thank you for doing this mod, @TheXFactor117. It is very welcomed.

commented

Of course! Thanks for the reports.

commented

Will be fixed in the next version.