mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Update BlockStateListFlag.java
This commit is contained in:
parent
8f7f6a4f40
commit
ba3ff08d6c
@ -26,7 +26,7 @@ public class BlockStateListFlag extends ListFlag<Set<BlockType>> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override public String getValueDescription() {
|
@Override public String getValueDescription() {
|
||||||
return "Flag value must be a block list";
|
return Captions.FLAG_ERROR_PLOTBLOCKLIST.getTranslated();
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean contains(Plot plot, BlockState value) {
|
public boolean contains(Plot plot, BlockState value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user