Plancke / hypixel-php

MIT License
115 stars 36 forks source link

Bug fix for levels that are multiples of 100 #66

Open johndoknjas opened 9 months ago

johndoknjas commented 9 months ago

When finding the exp from one level to the next, handle cases where the latter is a multiple of 100. Currently in master the program tries to use an index of -1 for such levels.