mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
fix wrong caption
Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
This commit is contained in:
parent
e718dd32af
commit
2e216f3aa3
@ -28,7 +28,7 @@ public class SculkSensorInteractFlag extends BooleanFlag<SculkSensorInteractFlag
|
|||||||
public static final SculkSensorInteractFlag SCULK_SENSOR_INTERACT_FALSE = new SculkSensorInteractFlag(false);
|
public static final SculkSensorInteractFlag SCULK_SENSOR_INTERACT_FALSE = new SculkSensorInteractFlag(false);
|
||||||
|
|
||||||
private SculkSensorInteractFlag(boolean value) {
|
private SculkSensorInteractFlag(boolean value) {
|
||||||
super(value, TranslatableCaption.of("flags.flag_description_misc_interact"));
|
super(value, TranslatableCaption.of("flags.flag_description_sculk_sensor_interact"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user