mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-03 12:31:46 +00:00
Reformat and fix Checkstyle violations
This commit is contained in:
parent
234a481b0d
commit
9b3c8a9df2
392 changed files with 5889 additions and 5862 deletions
|
@ -11,7 +11,6 @@ import java.util.List;
|
|||
|
||||
import static com.earth2me.essentials.I18n.tl;
|
||||
|
||||
|
||||
public class Commandkill extends EssentialsLoopCommand {
|
||||
public Commandkill() {
|
||||
super("kill");
|
||||
|
@ -43,7 +42,7 @@ public class Commandkill extends EssentialsLoopCommand {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected List<String> getTabCompleteOptions(Server server, CommandSource sender, String commandLabel, String[] args) {
|
||||
protected List<String> getTabCompleteOptions(final Server server, final CommandSource sender, final String commandLabel, final String[] args) {
|
||||
if (args.length == 1) {
|
||||
return getPlayers(server, sender);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue