Minor issues resolved.

This commit is contained in:
tastybento 2023-12-28 10:29:22 +09:00
parent 23da21dab1
commit 544367be45
2 changed files with 2 additions and 2 deletions

View File

@ -71,5 +71,5 @@ public abstract class Hook {
*/
public String getFailureCause() {
return "";
};
}
}

View File

@ -27,7 +27,7 @@ public class ItemsAdderHook extends Hook {
/**
* This flag allows to switch which island member group can use explosive items from Items Adder.
*/
public final static Flag ITEMS_ADDER_EXPLOSIONS =
public static final Flag ITEMS_ADDER_EXPLOSIONS =
new Flag.Builder("ITEMS_ADDER_EXPLOSIONS", Material.TNT).
type(Flag.Type.PROTECTION).
defaultRank(RanksManager.MEMBER_RANK).