geforkt von Mirrors/FastAsyncWorldEdit
Clear the command/method map after registration
Dieser Commit ist enthalten in:
Ursprung
0632a9ce96
Commit
1601ea07a8
@ -244,6 +244,9 @@ public final class CommandManager {
|
||||
}
|
||||
}
|
||||
|
||||
commandMap.clear();
|
||||
methodMap.clear();
|
||||
|
||||
dispatcher = graph
|
||||
.group("/anvil")
|
||||
.describeAs("Anvil command")
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren