mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-26 11:07:39 +01:00
Fixed Flag.Type.WORLD_SETTING to use GRASS_BLOCK instead of GRASS
This commit is contained in:
parent
343a789d95
commit
63e004415b
@ -21,7 +21,7 @@ public class Flag implements Comparable<Flag> {
|
||||
public enum Type {
|
||||
PROTECTION(Material.SHIELD),
|
||||
SETTING(Material.COMMAND_BLOCK),
|
||||
WORLD_SETTING(Material.GRASS);
|
||||
WORLD_SETTING(Material.GRASS_BLOCK);
|
||||
|
||||
private Material icon;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user