[Tut - 508]Stop dc when you type[508]

Junior Spellweaver
Joined
May 17, 2007
Messages
131
Reaction score
2
Credit's go to k1ng 0f k1ngs from rune-server

Difficulty: 0.0.0.0.0.0.0.0.0.0.0.0.0.0
Description: This will make you stop disconnecting when you try to type something.
Class Modifyed: PublicChat, PacketManager.

Okay this is very very very simple, and it won't make working chat or anything like that.
Okay first delete PublicChat.java & PublicChat.class next go to PacketManager.java,
and delete this:
"public PublicChat publicChat = new PublicChat();"
and this
* Public chatting.
*/
publicChat.handlePacket(p, packetId, packetSize);
break;

Now save & compile and you should be okay.
super man - [Tut - 508]Stop dc when you type[508] - RaGEZONE Forums
 
Last edited by a moderator:
Back