I have a very simple question, how do you stop this from appearing?
I have a very simple question, how do you stop this from appearing?
Last edited by Gaby; 18-07-13 at 12:01 AM.
Bump. :3
Disable the packetlogging..?
Had a little search, maybe this will be of help: http://forum.ragezone.com/f353/bcsto...cstorm-904882/
-BUMP-
I got some improvement. I commented
out in GameClientMessageHandler.EventTracker()Code:Console.WriteLine(arg1 + "-" +arg2+"-"+arg3);
Now the console is only receiving this. How can I stop that from appearing?
- bump -
This is my bs so I guess it's up for me to fix lol
at GameClientMessageHandler.cs
@ internal void GetUserInfo()
There is a Console.WriteLine(this.Response.ToString());
@ internal void PurchaseGift()
Lots of writes too.
@public void EndConfirmBuy()
There is a
Console.WriteLine((guild.Petitions.Contains((int)this.Session.GetHabbo().Id)).ToString());
@internal void GetCataData1()
Console.WriteLine(reward2.Key);
I belive that is it