clean this shit up

This commit is contained in:
ZeroEpoch1969 2019-01-28 22:02:32 -07:00
parent 5b2334c60f
commit 56175dacb4
No known key found for this signature in database
GPG key ID: A7BAB4E14F089CF3
2 changed files with 0 additions and 6 deletions

View file

@ -229,8 +229,6 @@ public class Command_potion extends FreedomCommand
}
}
return Collections.emptyList();
}

View file

@ -1,9 +1,6 @@
package me.totalfreedom.totalfreedommod.command;
import com.earth2me.essentials.CommandSource;
import com.earth2me.essentials.User;
import com.google.common.collect.Lists;
import java.util.Collections;
import java.util.List;
import lombok.Getter;
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
@ -15,7 +12,6 @@ import me.totalfreedom.totalfreedommod.util.FUtil;
import net.pravian.aero.command.AbstractCommandBase;
import net.pravian.aero.util.Players;
import org.bukkit.ChatColor;
import org.bukkit.Server;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.PluginCommand;