mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
SPIGOT-6213: MinecraftFont.getWidth(" ") returns 2 when it should be 3
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -7,7 +7,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
*/
|
||||
public class MinecraftFont extends MapFont {
|
||||
|
||||
private static final int spaceSize = 2;
|
||||
private static final int spaceSize = 3;
|
||||
|
||||
// CHECKSTYLE:OFF
|
||||
private static final String fontChars =
|
||||
|
Reference in New Issue
Block a user