Fixed summoning obelisk scroll creation interface
This commit is contained in:
@@ -34,8 +34,9 @@ public final class SummoningCreationPlugin extends ComponentPlugin {
|
|||||||
switch (button) {
|
switch (button) {
|
||||||
case 18:
|
case 18:
|
||||||
case 17:
|
case 17:
|
||||||
|
player.getInterfaceManager().close();
|
||||||
SummoningCreator.configure(player, button == 17);
|
SummoningCreator.configure(player, button == 17);
|
||||||
break;
|
return true;
|
||||||
}
|
}
|
||||||
switch (component.getId()) {
|
switch (component.getId()) {
|
||||||
case 669:
|
case 669:
|
||||||
|
|||||||
Reference in New Issue
Block a user