mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47: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
|
dispatcher = graph
|
||||||
.group("/anvil")
|
.group("/anvil")
|
||||||
.describeAs("Anvil command")
|
.describeAs("Anvil command")
|
||||||
|
Loading…
Reference in New Issue
Block a user