Skip to content
Snippets Groups Projects
Commit 2bdbbfe2 authored by GodKratos's avatar GodKratos
Browse files

BETA: Help for telnet packetsend

parent a0cd543d
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ public class HelpHandler implements ITelnetHandler
_print.println("The following is a list of all available debug commands: ");
_print.println("full - Dumps complete debug information to an file (recommended)");
_print.println("decay - prints info about the DecayManager");
_print.println("packetsend - Send packet data to a player");
_print.println("PacketTP - prints info about the General Packet ThreadPool");
_print.println("IOPacketTP - prints info about the I/O Packet ThreadPool");
_print.println("GeneralTP - prints info about the General ThreadPool");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment