mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-31 18:01:42 +00:00
Still need that check
This commit is contained in:
parent
4f033d8073
commit
8f41cc07e3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class BookPager
|
|||
length = 0;
|
||||
}
|
||||
|
||||
if (letter == '\u00a7')
|
||||
if (letter == '\u00a7' && pointer + 1 < lineLength)
|
||||
{
|
||||
Character nextLetter = pageLine.charAt(pointer + 1);
|
||||
if (nextLetter == 'l' || nextLetter == 'L')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue