mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Rename to ice-form
This commit is contained in:
parent
dea0a452df
commit
2b561f2efa
@ -817,7 +817,7 @@ public class PlayerEvents extends PlotListener implements Listener {
|
||||
event.setCancelled(true);
|
||||
return;
|
||||
}
|
||||
if (!Flags.FROST_WALKER.isTrue(plot)) {
|
||||
if (!Flags.ICE_FORM.isTrue(plot)) {
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
@ -54,7 +54,7 @@ public final class Flags {
|
||||
public static final BooleanFlag ICE_MELT = new BooleanFlag("ice-melt");
|
||||
public static final BooleanFlag FIRE_SPREAD = new BooleanFlag("fire-spread");
|
||||
public static final BooleanFlag BLOCK_BURN = new BooleanFlag("block-burn");
|
||||
public static final BooleanFlag FROST_WALKER = new BooleanFlag("frost-walker");
|
||||
public static final BooleanFlag ICE_FORM = new BooleanFlag("ice-form");
|
||||
public static final BooleanFlag BLOCK_IGNITION = new BooleanFlag("block-ignition");
|
||||
public static final BooleanFlag SOIL_DRY = new BooleanFlag("soil-dry");
|
||||
public static final StringListFlag BLOCKED_CMDS = new StringListFlag("blocked-cmds");
|
||||
|
Loading…
Reference in New Issue
Block a user