mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-25 20:56:28 +00:00
Revert deprecation of registerCommand
i was going to make commands plugin specific but then decided against it
This commit is contained in:
parent
3c361b432f
commit
1b58ba254e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user