SPIGOT-6213: MinecraftFont.getWidth(" ") returns 2 when it should be 3

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2020-11-03 19:22:52 +11:00
parent 491c98487c
commit e13ed11b85

View File

@@ -7,7 +7,7 @@ import org.jetbrains.annotations.NotNull;
*/ */
public class MinecraftFont extends MapFont { public class MinecraftFont extends MapFont {
private static final int spaceSize = 2; private static final int spaceSize = 3;
// CHECKSTYLE:OFF // CHECKSTYLE:OFF
private static final String fontChars = private static final String fontChars =