SPIGOT-4818: Missing GLOBE banner pattern

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-04-30 15:19:43 +10:00
parent 4c0157d6de
commit cfe800dd65

View file

@ -45,7 +45,8 @@ public enum PatternType {
BRICKS("bri"),
SKULL("sku"),
FLOWER("flo"),
MOJANG("moj");
MOJANG("moj"),
GLOBE("glb");
private final String identifier;
private static final Map<String, PatternType> byString = new HashMap<String, PatternType>();