mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Update BlockStateListFlag.java
This commit is contained in:
parent
8f7f6a4f40
commit
ba3ff08d6c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue