mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +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() {
|
||||
return "Flag value must be a block list";
|
||||
return Captions.FLAG_ERROR_PLOTBLOCKLIST.getTranslated();
|
||||
}
|
||||
|
||||
public boolean contains(Plot plot, BlockState value) {
|
||||
|
Reference in New Issue
Block a user