This commit is contained in:
Haarolean 2018-03-01 20:19:23 +03:00
parent 15faff3dd4
commit 703c69b055
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ public class SSHDCommandSender implements ConsoleCommandSender, CommandSender {
}
public void sendRawMessage(String message) {
if(ConsoleShellFactory.ConsoleShell.consoleReader == null) return;
try {
ConsoleShellFactory.ConsoleShell.consoleReader.println(ChatColor.stripColor(message));
} catch (IOException e) {