mirror of
https://github.com/TotalFreedomMC/BukkitTelnet.git
synced 2024-12-28 11:04:22 +00:00
Log who uses telnet.stopserver.
This commit is contained in:
parent
1a5ff8a258
commit
2ef8f3daf3
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ public final class BT_ClientSession extends Thread
|
||||||
else if (command.equalsIgnoreCase("telnet.stopserver"))
|
else if (command.equalsIgnoreCase("telnet.stopserver"))
|
||||||
{
|
{
|
||||||
writeOut("Shutting down the server...\r\n");
|
writeOut("Shutting down the server...\r\n");
|
||||||
|
BT_Log.warning(this.userName + " has shutdown the server.");
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
}
|
}
|
||||||
else if (command.equalsIgnoreCase("telnet.log"))
|
else if (command.equalsIgnoreCase("telnet.log"))
|
||||||
|
|
Loading…
Reference in a new issue