mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 17:10:21 -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) {
|
switch (button) {
|
||||||
case 18:
|
case 18:
|
||||||
case 17:
|
case 17:
|
||||||
SummoningCreator.configure(player, button == 17);
|
player.getInterfaceManager().close();
|
||||||
break;
|
SummoningCreator.configure(player, button == 17);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
switch (component.getId()) {
|
switch (component.getId()) {
|
||||||
case 669:
|
case 669:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue