Clear the command/method map after registration
This commit is contained in:
@@ -244,6 +244,9 @@ public final class CommandManager {
|
||||
}
|
||||
}
|
||||
|
||||
commandMap.clear();
|
||||
methodMap.clear();
|
||||
|
||||
dispatcher = graph
|
||||
.group("/anvil")
|
||||
.describeAs("Anvil command")
|
||||
|
||||
Reference in New Issue
Block a user