-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turns out this isn't necessary at all. I think the server used to throw an exception if there were too many characters on a sign, but it doesn't seem to be the case anymore (tested on 1.21 and 1.13.2). This commit simply removes the truncation logic from the sign rendering procedure, and it fixes issues where text that would otherwise fit on a sign would be cut off, but more specifically one where color codes would sort of "push" characters out of the sign despite not being visible. Fixes #790
- Loading branch information
1 parent
c5802fa
commit 110076f
Showing
2 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters