mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 11:36:11 +01:00
Fixed the default values for the flags.
This commit is contained in:
parent
792e8663e6
commit
0fa64dad7f
@ -33,7 +33,7 @@ public final class DefaultFlag {
|
|||||||
public static final StateFlag LIGHTER = new StateFlag("lighter", 'l', true);
|
public static final StateFlag LIGHTER = new StateFlag("lighter", 'l', true);
|
||||||
public static final StateFlag FIRE_SPREAD = new StateFlag("fire-spread", 'f', true);
|
public static final StateFlag FIRE_SPREAD = new StateFlag("fire-spread", 'f', true);
|
||||||
public static final StateFlag LAVA_FIRE = new StateFlag("lava-fire", 'F', true);
|
public static final StateFlag LAVA_FIRE = new StateFlag("lava-fire", 'F', true);
|
||||||
public static final StateFlag CHEST_ACCESS = new StateFlag("chest-access", 'C', true);
|
public static final StateFlag CHEST_ACCESS = new StateFlag("chest-access", 'C', false);
|
||||||
public static final StateFlag WATER_FLOW = new StateFlag("water-flow", true);
|
public static final StateFlag WATER_FLOW = new StateFlag("water-flow", true);
|
||||||
public static final StateFlag USE = new StateFlag("use", true);
|
public static final StateFlag USE = new StateFlag("use", true);
|
||||||
public static final StateFlag PLACE_VEHICLE = new StateFlag("vehicle-place", true);
|
public static final StateFlag PLACE_VEHICLE = new StateFlag("vehicle-place", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user