remove whitespace
This commit is contained in:
parent
a2503cb3cb
commit
839a54b9b7
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ import java.util.Collections;
|
|||
import java.util.List;
|
||||
|
||||
public class ActionCommand implements CommandHandler {
|
||||
|
||||
@Override
|
||||
public void run(CommandContext context) throws CommandExecutionException {
|
||||
context.send("Not implemented yet.");
|
||||
|
|
|
@ -15,7 +15,6 @@ import java.util.Collections;
|
|||
import java.util.List;
|
||||
|
||||
public class ListCommand implements CommandHandler {
|
||||
|
||||
@Override
|
||||
public void run(CommandContext context) throws CommandExecutionException {
|
||||
TextComponent.Builder component = Component.text("Npc's:\n").color(NamedTextColor.GOLD).toBuilder();
|
||||
|
|
Loading…
Reference in a new issue