Fixed summoning obelisk scroll creation interface

This commit is contained in:
Avi Weinstock 2023-09-20 09:18:02 +00:00 committed by Ryan
parent 7320bcfd0b
commit e12658ade9

View file

@ -34,8 +34,9 @@ public final class SummoningCreationPlugin extends ComponentPlugin {
switch (button) {
case 18:
case 17:
SummoningCreator.configure(player, button == 17);
break;
player.getInterfaceManager().close();
SummoningCreator.configure(player, button == 17);
return true;
}
switch (component.getId()) {
case 669: