mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-23 21:17:55 +02:00
Update BlockStateListFlag.java
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user