Thread: fixed

Results 1 to 3 of 3
  1. #1 fixed 
    Banned
    Join Date
    Sep 2010
    Posts
    883
    Thanks given
    20
    Thanks received
    6
    Rep Power
    0
    fixed
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    why not test it instead of posting this shit here?

    Code:
    case ADD_IGNORE:
    			c.friendUpdate = true;
    			long ignoreAdd = c.getInStream().readQWord();
    			for (int i = 0; i < c.ignores.length; i++) {
    				if (c.ignores[i] == 0) {
    					c.ignores[i] = ignoreAdd;
    					break;
    				}
    			}
    			break;
    Code:
    case REMOVE_IGNORE:
    			c.friendUpdate = true;
    			long ignore = c.getInStream().readQWord();
    
    			for (int i = 0; i < c.ignores.length; i++) {
    				if (c.ignores[i] == ignore) {
    					c.ignores[i] = 0;
    					break;
    				}
    			}
    			break;
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Sep 2010
    Posts
    883
    Thanks given
    20
    Thanks received
    6
    Rep Power
    0
    fixed
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 41
    Last Post: 01-22-2011, 07:14 PM
  2. Replies: 72
    Last Post: 04-10-2010, 06:06 AM
  3. 317 Deob (Fixed) (Fixed LogIn Also)
    By Streax in forum Downloads
    Replies: 11
    Last Post: 12-08-2009, 07:42 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •