Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
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
|
dispatcher = graph
|
||||||
.group("/anvil")
|
.group("/anvil")
|
||||||
.describeAs("Anvil command")
|
.describeAs("Anvil command")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren