From f103662dc4eec0d6aeb6d4a630f78fca69f7481e Mon Sep 17 00:00:00 2001 From: Hugo Manrique Date: Sat, 5 Jun 2021 18:33:22 +0200 Subject: [PATCH] Fix incorrect import removal --- .../com/velocitypowered/api/proxy/ConsoleCommandSource.java | 2 ++ 1 file changed, 2 insertions(+) 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 018ea097c..191b56de7 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. */