mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Fix initialisation
This commit is contained in:
parent
4cae37fbbf
commit
347bd04065
@ -15,15 +15,8 @@ import java.util.stream.Stream;
|
||||
|
||||
public class WallMaskParser extends RichParser<Mask> {
|
||||
|
||||
private final List<String> aliases = ImmutableList.of("#wall", "|");
|
||||
|
||||
public WallMaskParser(WorldEdit worldEdit) {
|
||||
super(worldEdit);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getMatchedAliases() {
|
||||
return aliases;
|
||||
super(worldEdit, "#wall", "|");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user