Fix incorrect import removal

This commit is contained in:
Hugo Manrique
2021-06-05 18:33:22 +02:00
parent e6eecd806a
commit f103662dc4

View File

@@ -7,6 +7,8 @@
package com.velocitypowered.api.proxy; package com.velocitypowered.api.proxy;
import com.velocitypowered.api.command.CommandSource;
/** /**
* Indicates that the executor of the command is the console. * Indicates that the executor of the command is the console.
*/ */