mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Register GenerationCommands
This commit is contained in:
parent
428f8e201d
commit
6ae2275990
@ -496,6 +496,11 @@ public final class PlatformCommandManager {
|
||||
commandManagerService,
|
||||
worldEdit
|
||||
);
|
||||
this.registration.register(
|
||||
commandManager,
|
||||
GenerationCommandsRegistration.builder(),
|
||||
new GenerationCommands(worldEdit)
|
||||
);
|
||||
HistoryCommands history = new HistoryCommands(worldEdit);
|
||||
this.registration.register(
|
||||
commandManager,
|
||||
|
Loading…
Reference in New Issue
Block a user