mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Fixed summoning obelisk scroll creation interface
This commit is contained in:
parent
7320bcfd0b
commit
e12658ade9
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue