Skip to content

Commit

Permalink
Update api/src/main/java/com/velocitypowered/api/event/command/Comman…
Browse files Browse the repository at this point in the history
…dExecuteEvent.java

Co-authored-by: powercas_gamer <[email protected]>
  • Loading branch information
Owen1212055 and powercasgamer authored Dec 4, 2024
1 parent a8bdcd4 commit 085b03a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class CommandExecuteEvent implements ResultedEvent<CommandResult> {
private final CommandSource commandSource;
private final String command;
private CommandResult result;
private InvocationInfo invocationSource;
private InvocationInfo invocationInfo

/**
* Constructs a CommandExecuteEvent.
Expand Down

0 comments on commit 085b03a

Please sign in to comment.