Author Topic: How to remove flames of client  (Read 120 times)

Offline Neroxx

  • Global Moderator
  • Senior Member
  • *****
  • Posts: 136
  • Rep +202/-1
  • Live your life, code what you want.
  • Location: Norway
    • View Profile
How to remove flames of client
« on: January 28, 2012, 12:55:20 am »
Go into your Client files and open "Client.java" search for
Code: [Select]
method58(25106);, Then you will see this:
Code: [Select]
method58(25106);
                   method58(25106);
remove that and replace it with this:
Code: [Select]
//method58(25106);             //method58(25106);

like this:
Code: [Select]
//method58(25106);
//method58(25106);

Share on Bluesky Share on Facebook


Offline magicana89

  • Senior Member
  • ****
  • Posts: 105
  • Rep +4/-0
  • Xtracode's Master Poster
    • View Profile
Re: How to remove flames of client
« Reply #1 on: February 04, 2012, 04:52:40 am »
Nice i like small tuts lol:D will help beginners good job:D

Offline Neroxx

  • Global Moderator
  • Senior Member
  • *****
  • Posts: 136
  • Rep +202/-1
  • Live your life, code what you want.
  • Location: Norway
    • View Profile
Re: How to remove flames of client
« Reply #2 on: February 04, 2012, 08:22:39 am »
Thanks :)

Offline magicana89

  • Senior Member
  • ****
  • Posts: 105
  • Rep +4/-0
  • Xtracode's Master Poster
    • View Profile
Re: How to remove flames of client
« Reply #3 on: February 04, 2012, 11:54:17 pm »
Thanks :)
small question what does this do..:S

Offline Neroxx

  • Global Moderator
  • Senior Member
  • *****
  • Posts: 136
  • Rep +202/-1
  • Live your life, code what you want.
  • Location: Norway
    • View Profile
Re: How to remove flames of client
« Reply #4 on: February 05, 2012, 08:12:15 am »
What do you mean? xD