Code cleanup continues...

This commit is contained in:
KHobbits 2011-11-18 18:07:28 +00:00
parent e5a8cd88f0
commit 11f02fb947
33 changed files with 406 additions and 13 deletions

View file

@ -19,11 +19,13 @@ public final class Console implements IReplyTo
return server.getConsoleSender();
}
@Override
public void setReplyTo(CommandSender user)
{
replyTo = user;
}
@Override
public CommandSender getReplyTo()
{
return replyTo;