mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Change it for books too just in case
This commit is contained in:
parent
029cd40124
commit
b82747b0bf
@ -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 New Issue
Block a user