hollow-cube/command-virtual-execution

This commit is contained in:
mworzala 2023-05-06 09:29:26 +03:00
parent 2469922ad7
commit c8362a7d2c
No known key found for this signature in database
GPG Key ID: B148F922E64797C7

View File

@ -98,7 +98,7 @@ public final class CommandManager {
* Executes a command for a {@link CommandSender}.
*
* @param sender the sender of the command
* @param command the raw command string (without the command prefix)
* @param rawCommand the raw command string (without the command prefix)
* @return the execution result
*/
public @NotNull CommandResult execute(@NotNull CommandSender sender, @NotNull String rawCommand) {