mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -22,7 +22,7 @@ public class TextWrapper {
|
||||
private static final char COLOR_CHAR = '\u00A7';
|
||||
private static final int CHAT_WINDOW_WIDTH = 320;
|
||||
private static final int CHAT_STRING_LENGTH = 119;
|
||||
private static final String allowedChars = net.minecraft.server.FontAllowedCharacters.allowedCharacters;
|
||||
private static final String allowedChars = net.minecraft.server.SharedConstants.allowedCharacters;
|
||||
|
||||
public static String[] wrapText(final String text) {
|
||||
final StringBuilder out = new StringBuilder();
|
||||
|
Reference in New Issue
Block a user