mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Fix mask parser incorrectly parsing block lists.
i.e. not parsing the list at all
This commit is contained in:
parent
6af69b6940
commit
33d4285f1a
@ -132,7 +132,7 @@ private Mask getBlockMaskComponent(List<Mask> masks, String component, ParserCon
|
||||
}
|
||||
|
||||
default:
|
||||
return new BlockMask(extent, worldEdit.getBlockRegistry().parseFromInput(component, context));
|
||||
return new BlockMask(extent, worldEdit.getBlockRegistry().parseFromListInput(component, context));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user