3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

forgot annotation

Dieser Commit ist enthalten in:
Leymooo 2020-04-27 13:12:03 +03:00
Ursprung 26bf94f08f
Commit 9d6689f64a

Datei anzeigen

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