mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Made booklet stand not crash all the time
This commit is contained in:
parent
11935c0698
commit
33bc6bf540
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ public class EntrySet{
|
|||
|
||||
return new EntrySet(currentPage, currentChapter, currentEntry, pageInIndex);
|
||||
}
|
||||
return null;
|
||||
return new EntrySet(null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue