mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Clear the command/method map after registration
This commit is contained in:
parent
0632a9ce96
commit
1601ea07a8
@ -244,6 +244,9 @@ public final class CommandManager {
|
||||
}
|
||||
}
|
||||
|
||||
commandMap.clear();
|
||||
methodMap.clear();
|
||||
|
||||
dispatcher = graph
|
||||
.group("/anvil")
|
||||
.describeAs("Anvil command")
|
||||
|
Loading…
Reference in New Issue
Block a user