From 9d6689f64aefafdcbc0c96c30ec3cc93d1a77283 Mon Sep 17 00:00:00 2001 From: Leymooo Date: Mon, 27 Apr 2020 13:12:03 +0300 Subject: [PATCH] forgot annotation --- .../java/com/velocitypowered/api/command/CommandManager.java | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/main/java/com/velocitypowered/api/command/CommandManager.java b/api/src/main/java/com/velocitypowered/api/command/CommandManager.java index f29777d6f..402167151 100644 --- a/api/src/main/java/com/velocitypowered/api/command/CommandManager.java +++ b/api/src/main/java/com/velocitypowered/api/command/CommandManager.java @@ -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); /**