Made booklet stand not crash all the time

This commit is contained in:
Ellpeck 2015-12-18 16:29:34 +01:00
parent 11935c0698
commit 33bc6bf540

View file

@ -63,6 +63,6 @@ public class EntrySet{
return new EntrySet(currentPage, currentChapter, currentEntry, pageInIndex);
}
return null;
return new EntrySet(null);
}
}