Changed the Setting Flags category's icon to COMPARATOR

This commit is contained in:
Florian CUNY 2020-05-02 14:45:20 +02:00
parent f0564b7c78
commit 31de515b3e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class Flag implements Comparable<Flag> {
* It can be modified by the players (island owner).
* This is usually an on/off setting.
*/
SETTING(Material.COMMAND_BLOCK),
SETTING(Material.COMPARATOR),
/**
* Flag applying to the world.
* It can only be modified by administrators (permission or operator).