mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 13:33:48 +00:00
Code cleanup continues...
This commit is contained in:
parent
e5a8cd88f0
commit
11f02fb947
33 changed files with 406 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue