Add command queue option + fix nearest target

This commit is contained in:
boy0001
2015-09-01 21:33:45 +10:00
parent fcb7c23380
commit 3a29022d19
6 changed files with 4 additions and 7 deletions

View File

@ -41,12 +41,6 @@ import com.plotsquared.general.commands.CommandDeclaration;
)
public class Target extends SubCommand {
public Target() {
requiredArguments = new Argument[] {
Argument.PlotID
};
}
@Override
public boolean onCommand(final PlotPlayer plr, final String[] args) {
final Location ploc = plr.getLocation();