fix bad import
This commit is contained in:
parent
c03afc9ddf
commit
b8fbda94fc
2 changed files with 3 additions and 3 deletions
|
|
@ -8,11 +8,11 @@ import com.velocitypowered.api.proxy.ProxyServer;
|
|||
import site.lab0x13.scrow.commands.model.CommandContext;
|
||||
import site.lab0x13.scrow.commands.model.SuggestionProvider;
|
||||
import site.lab0x13.scrow.commands.model.argument.ArgumentType;
|
||||
import suggestionprovider.PlayerSuggestionProvider;
|
||||
import site.lab0x13.scrow.commands.velocity.suggestionprovider.PlayerSuggestionProvider;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
public class PlayerArgumentType<C extends CommandSource & CommandContext<C>> implements ArgumentType<C, Player> {
|
||||
public class PlayerArgumentType<C extends CommandContext<C>> implements ArgumentType<C, Player> {
|
||||
|
||||
private final ProxyServer server;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue