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
|
dispatcher = graph
|
||||||
.group("/anvil")
|
.group("/anvil")
|
||||||
.describeAs("Anvil command")
|
.describeAs("Anvil command")
|
||||||
|
|||||||
Reference in New Issue
Block a user