mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-6213: MinecraftFont.getWidth(" ") returns 2 when it should be 3
This commit is contained in:
parent
308851669a
commit
eda400d3d7
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue