forgot annotation

This commit is contained in:
Leymooo
2020-04-27 13:12:03 +03:00
parent 26bf94f08f
commit 9d6689f64a

View File

@@ -60,6 +60,7 @@ public interface CommandManager {
* @deprecated This method will block current thread during event and command execution. * @deprecated This method will block current thread during event and command execution.
* Prefer {@link #executeImmediatelyAsync(CommandSource, String)} instead. * Prefer {@link #executeImmediatelyAsync(CommandSource, String)} instead.
*/ */
@Deprecated
boolean executeImmediately(CommandSource source, String cmdLine); boolean executeImmediately(CommandSource source, String cmdLine);
/** /**