mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-19 13:01:20 +02:00
Still need that check
This commit is contained in:
@@ -64,7 +64,7 @@ public class BookPager
|
|||||||
length = 0;
|
length = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (letter == '\u00a7')
|
if (letter == '\u00a7' && pointer + 1 < lineLength)
|
||||||
{
|
{
|
||||||
Character nextLetter = pageLine.charAt(pointer + 1);
|
Character nextLetter = pageLine.charAt(pointer + 1);
|
||||||
if (nextLetter == 'l' || nextLetter == 'L')
|
if (nextLetter == 'l' || nextLetter == 'L')
|
||||||
|
Reference in New Issue
Block a user