Change it for books too just in case

This commit is contained in:
Telesphoreo 2023-11-20 16:59:32 -06:00 committed by GitHub
parent 029cd40124
commit b82747b0bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import java.util.List;
public class BookListener extends PlexListener
{
@EventHandler(priority = EventPriority.HIGHEST)
@EventHandler(priority = EventPriority.LOW)
public void onBookEdit(PlayerEditBookEvent event)
{
List<Component> pages = new ArrayList<>();