Register GenerationCommands
This commit is contained in:
@ -496,6 +496,11 @@ public final class PlatformCommandManager {
|
|||||||
commandManagerService,
|
commandManagerService,
|
||||||
worldEdit
|
worldEdit
|
||||||
);
|
);
|
||||||
|
this.registration.register(
|
||||||
|
commandManager,
|
||||||
|
GenerationCommandsRegistration.builder(),
|
||||||
|
new GenerationCommands(worldEdit)
|
||||||
|
);
|
||||||
HistoryCommands history = new HistoryCommands(worldEdit);
|
HistoryCommands history = new HistoryCommands(worldEdit);
|
||||||
this.registration.register(
|
this.registration.register(
|
||||||
commandManager,
|
commandManager,
|
||||||
|
|||||||
Reference in New Issue
Block a user