Skip to content

Commit

Permalink
actually register new book mechs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 19, 2019
1 parent 4484ba9 commit 3216352
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ public static ItemBook getFrom(dObject _item) {
};

public static final String[] handledMechs = new String[] {
"book"
"book", "book_raw_pages", "book_pages", "book_author", "book_title"
};


Expand Down

0 comments on commit 3216352

Please sign in to comment.