Added & compatibility
This commit is contained in:
parent
9fe09ceebf
commit
74f125d32b
@ -24,7 +24,7 @@ public class Book {
|
|||||||
meta.setTitle(_title);
|
meta.setTitle(_title);
|
||||||
meta.setAuthor(_author);
|
meta.setAuthor(_author);
|
||||||
for(int i=0;i<_pages.size();i++)
|
for(int i=0;i<_pages.size();i++)
|
||||||
meta.addPage(_pages.get(i));
|
meta.addPage(_pages.get(i).replace("&", "§"));
|
||||||
if(book.setItemMeta(meta))
|
if(book.setItemMeta(meta))
|
||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user