Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Register GenerationCommands
Dieser Commit ist enthalten in:
Ursprung
428f8e201d
Commit
6ae2275990
@ -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,
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren