mirror of
https://github.com/TotalFreedomMC/BukkitTelnet.git
synced 2025-08-03 19:15:42 +00:00
Added command, "telnet.exit"
This commit is contained in:
parent
b710b24791
commit
e34693f2f7
1 changed files with 4 additions and 0 deletions
|
@ -192,6 +192,10 @@ public class BT_TelnetListener extends Handler implements CommandSender
|
|||
writeOut("Showing chat log only.\r\n:");
|
||||
}
|
||||
}
|
||||
if (command.equalsIgnoreCase("telnet.exit"))
|
||||
{
|
||||
shutdown();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue