diff --git a/api/src/main/java/com/velocitypowered/api/proxy/ConsoleCommandSource.java b/api/src/main/java/com/velocitypowered/api/proxy/ConsoleCommandSource.java index 018ea097..191b56de 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/ConsoleCommandSource.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/ConsoleCommandSource.java @@ -7,6 +7,8 @@ package com.velocitypowered.api.proxy; +import com.velocitypowered.api.command.CommandSource; + /** * Indicates that the executor of the command is the console. */