Commit 1b58ba25 authored by Magix's avatar Magix Committed by GitHub
Browse files

Revert deprecation of `registerCommand`

i was going to make commands plugin specific but then decided against it
parent 3c361b43
...@@ -33,7 +33,6 @@ public final class CommandMap { ...@@ -33,7 +33,6 @@ public final class CommandMap {
* @param command The command handler. * @param command The command handler.
* @return Instance chaining. * @return Instance chaining.
*/ */
@Deprecated(since = "1.2.1-dev")
public CommandMap registerCommand(String label, CommandHandler command) { public CommandMap registerCommand(String label, CommandHandler command) {
Grasscutter.getLogger().debug("Registered command: " + label); Grasscutter.getLogger().debug("Registered command: " + label);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment