Merge pull request #301 from Leymooo/command-event

fix build
This commit is contained in:
Andrew Steinborn
2020-04-30 01:13:30 -04:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ import org.checkerframework.checker.nullness.qual.NonNull;
import org.checkerframework.checker.nullness.qual.Nullable;
/**
* This event is fired when someone executing command
* This event is fired when someone executing command.
*/
public final class CommandExecuteEvent implements ResultedEvent<CommandResult> {