mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 11:40:48 +00:00
Change it for books too just in case
This commit is contained in:
parent
029cd40124
commit
b82747b0bf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import java.util.List;
|
||||||
|
|
||||||
public class BookListener extends PlexListener
|
public class BookListener extends PlexListener
|
||||||
{
|
{
|
||||||
@EventHandler(priority = EventPriority.HIGHEST)
|
@EventHandler(priority = EventPriority.LOW)
|
||||||
public void onBookEdit(PlayerEditBookEvent event)
|
public void onBookEdit(PlayerEditBookEvent event)
|
||||||
{
|
{
|
||||||
List<Component> pages = new ArrayList<>();
|
List<Component> pages = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in a new issue