mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
More work on getting commands to compile
This commit is contained in:
@ -31,7 +31,7 @@ public class DefaultTransformParser extends FaweParser<ResettableExtent> {
|
||||
public DefaultTransformParser(WorldEdit worldEdit) {
|
||||
super(worldEdit);
|
||||
this.dispatcher = new SimpleDispatcher();
|
||||
this.register(new TransformCommands(worldEdit));
|
||||
this.register(new TransformCommands());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user