mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Fixed page buttons glinting when they shouldn't.
This commit is contained in:
parent
8dca458610
commit
5421196198
1 changed files with 0 additions and 2 deletions
|
@ -72,8 +72,6 @@ public class GuiSpellBook extends GuiContainer implements IPageUnlockListener {
|
|||
|
||||
@Override
|
||||
protected void actionPerformed(GuiButton button) throws IOException {
|
||||
initGui();
|
||||
|
||||
if (button.id == 1) {
|
||||
currentIPage = currentIPage.next();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue