Update BlockStateListFlag.java

This commit is contained in:
Jesse Boyd 2019-11-04 20:17:29 +00:00
parent 8f7f6a4f40
commit ba3ff08d6c
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -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) {