mirror of
https://github.com/TotalFreedomMC/BukkitTelnet.git
synced 2024-11-10 13:47:48 +00:00
v1.2
This commit is contained in:
parent
3644cd9e7b
commit
2d1ff05dda
1 changed files with 5 additions and 0 deletions
|
@ -395,4 +395,9 @@ public class TelnetListener extends Handler implements CommandSender
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
||||
public void sendMessage(String[] strings)
|
||||
{
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue