Removing the last page of a Botania Lexicon entry causes an IndexOutOfBoundsException
nihiltres opened this issue ยท 0 comments
If you remove the last page of a Lexicon entry, it causes an IndexOutOfBoundsException.
This is because a line adding a log entry about removing the page refers to the index after removing it, rather than before.
This can be trivially fixed by swapping lines 35 and 36 of RemovePage.java.