Revert deprecation of registerCommand

i was going to make commands plugin specific but then decided against it
This commit is contained in:
Magix 2022-06-22 02:59:45 -04:00 committed by GitHub
parent 3c361b432f
commit 1b58ba254e

View File

@ -33,7 +33,6 @@ public final class CommandMap {
* @param command The command handler.
* @return Instance chaining.
*/
@Deprecated(since = "1.2.1-dev")
public CommandMap registerCommand(String label, CommandHandler command) {
Grasscutter.getLogger().debug("Registered command: " + label);