mirror of
https://github.com/TotalFreedomMC/BukkitTelnet.git
synced 2025-08-05 12:02:55 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void sendMessage(String[] strings)
|
||||||
|
{
|
||||||
|
throw new UnsupportedOperationException("Not supported yet.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue